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

Lukáš Fryč (Commented) (JIRA) jira-events at lists.jboss.org
Mon Dec 19 07:38:09 EST 2011


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

Lukáš Fryč commented on ARQAJO-102:
-----------------------------------

This rather seem like specific behavior for browsers and their JavaScript API, there is not much we can do about it other than building additional unification-layer around it, and that's something I wouldn't like to solve in scope of Ajocado (it's too low-level).
                
> 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