[arquillian-issues] [JBoss JIRA] (ARQAJO-102) Get value of attribute disabled returns true instead of the actual value - disabled

Juraj Huska (Updated) (JIRA) jira-events at lists.jboss.org
Fri Dec 16 09:48:09 EST 2011


     [ https://issues.jboss.org/browse/ARQAJO-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juraj Huska updated ARQAJO-102:
-------------------------------

              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/arquillian/arquillian-ajocado/pull/26


I have added tests for this issue.
                
> Get value of attribute disabled returns true instead of the actual value - disabled
> -----------------------------------------------------------------------------------
>
>                 Key: ARQAJO-102
>                 URL: https://issues.jboss.org/browse/ARQAJO-102
>             Project: Arquillian Ajocado
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0.0.CR2
>            Reporter: Juraj Huska
>            Assignee: Lukáš Fryč
>
> Running this code:
> {code}
> AttributeLocator<?> disabledAttribute = button.getAttribute(new Attribute("disabled"));
> String isDisabled = selenium.getAttribute(disabledAttribute);
> {code}
> will result in state where *isDisabled will contain String true, instead of actual value disabled.*
> The .jsp page, just for completeness, contains this input:
> {code}
>  <input type="submit" disabled="disabled"/>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the arquillian-issues mailing list