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

Radek Falhar (JIRA) jira-events at lists.jboss.org
Thu Dec 20 08:00:10 EST 2012


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

Radek Falhar commented on ARQGRA-233:
-------------------------------------

This seems to be case related to this bug.

1. use specific WebElement defined by @FindBy
2. Reload the page (get(..) same url as before)
3. calling element.findElements(By...) throws StaleElementReferenceException

Adding element.IsDisplayed() before 3. seems to refresh this element, so no exception is thrown.
                
> 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
>
>
> 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