[
https://issues.jboss.org/browse/ARQGRA-233?page=com.atlassian.jira.plugin...
]
Lukáš Fryč commented on ARQGRA-233:
-----------------------------------
There is fix which protects injected ({{@FindBy}}) elements against
{{StaleElementReferenceException}}:
https://github.com/arquillian/arquillian-graphene/commit/61826d6bae70ed3c...
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