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

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue Jan 15 18:55:24 EST 2013


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

Lukáš Fryč closed ARQGRA-12.
----------------------------


    
> Get value of attribute disabled returns true instead of the actual value - disabled
> -----------------------------------------------------------------------------------
>
>                 Key: ARQGRA-12
>                 URL: https://issues.jboss.org/browse/ARQGRA-12
>             Project: Arquillian Graphene
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 1.0.0.CR2
>            Reporter: Juraj Húska
>            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
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list