Skip to content

tolerantClick method with By instead of WebElement #22

@stevewalton28

Description

@stevewalton28

Is your feature request related to a problem? Please describe.
The tolerantClick method is good, but its always going to cause issues outside of a pageobject if we try and interact with a WebElement again if a StaleElementException is the thing we're trying to handle.

Describe the solution you'd like
A new version of tolerantClick to take a By instead of a WebElement so on retry the element can be refreshed.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions