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

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


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