[arquillian-issues] [JBoss JIRA] (ARQGRA-233) Graphene does not guard against StaleElementException

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue Jan 8 04:47:08 EST 2013


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

Lukáš Fryč commented on ARQGRA-233:
-----------------------------------

There is fix which protects injected ({{@FindBy}}) elements against {{StaleElementReferenceException}}:
https://github.com/arquillian/arquillian-graphene/commit/61826d6bae70ed3c95122f7afc49ea2032c07459

However we should protect also elements found manually: {{SearchContext#findElement/-s()}}
This can be done by interceptor's propagation to inferred SearchContexts (driver -> element - > element).

This request is tracked here: ARQGRA-252
                
> Graphene does not guard against StaleElementException
> -----------------------------------------------------
>
>                 Key: ARQGRA-233
>                 URL: https://issues.jboss.org/browse/ARQGRA-233
>             Project: Arquillian Graphene
>          Issue Type: Bug
>            Reporter: Lukáš Fryč
>            Assignee: Lukáš Fryč
>            Priority: Critical
>             Fix For: 2.0.0.Alpha3
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> There are situations when changes in DOM causes our WebElements to be staled.
> We need to write extensive functional test suite which will count with different type of DOM changes:
> * replacements
> * deletions
> * addiotions
> * updates

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