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

Juraj Huska (Commented) (JIRA) jira-events at lists.jboss.org
Fri Dec 16 11:03:10 EST 2011


    [ https://issues.jboss.org/browse/ARQAJO-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651658#comment-12651658 ] 

Juraj Huska commented on ARQAJO-102:
------------------------------------

I can see this behavior also for other attributes, like readonly for example.
                
> 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