Skip to content

Improve edge-case reliability of js_click(selector) #2133

Closed
@mdmintz

Description

@mdmintz

Improve edge-case reliability of js_click(selector)

There are still a few cases where StaleElementReferenceException happens after calling self.js_click(selector). Might be that the click goes through when an exception is thrown with it. Can probably check to see if the URL changed to work around it.

(This should improve on the solution to #2124)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions