[arquillian-issues] [JBoss JIRA] (ARQGRA-294) Introduce an own implementation of WebElement

Juraj Húska (JIRA) jira-events at lists.jboss.org
Wed Jul 31 12:02:26 EDT 2013


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

Juraj Húska reopened ARQGRA-294:
--------------------------------

      Assignee: Juraj Húska  (was: Jan Papousek)


Reopening issue, because there is a bug.

{{GrapheneElement}} can not be used as a field type for {{@Root}} in the page fragment.

E.g.
{code}
@Root 
private GrapheneElement root;
{code}
will cause an exception during initializing of such page fragment.

IMHO the bug is hidden on [these|https://github.com/arquillian/arquillian-graphene/blob/master/graphene-webdriver/graphene-webdriver-impl/src/main/java/org/jboss/arquillian/graphene/enricher/PageFragmentEnricher.java#L172-173] lines.

Need to investigate further.
                
> Introduce an own implementation of WebElement
> ---------------------------------------------
>
>                 Key: ARQGRA-294
>                 URL: https://issues.jboss.org/browse/ARQGRA-294
>             Project: Arquillian Graphene
>          Issue Type: Epic
>            Reporter: Jan Papousek
>            Assignee: Juraj Húska
>             Fix For: 2.0.0.Alpha5
>
>
> The Graphene web element can contain some useful methods which are not available in the current web element interface from Selenium 2, for example: element.isPresent().
> The injection can be provided by the enricher for web element wrappers.

--
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