w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
676 stars 190 forks source link

Fix returning stale element reference #1707

Closed jgraham closed 1 year ago

jgraham commented 1 year ago

If we've previously seen an element in the current window, but it was GC'd we should return "stale element reference". To support this, add a set of seen node ids to each Window, so we can check if the element is stale.


Preview | Diff