Closed onkarjit closed 4 years ago
๐ Hi there! Thank you for creating this issue.
I am the Selenium Assistant Bot ๐ค, I triage issues in this repository. If I can't do it, I label it to help maintainers identify issues that need triaging.
I am an Open Source project ๐, post bugs or ideas here!
โ๏ธ It seems this issue is not using any of the supported templates
๐ก Supported issue types are (they start with):
Issue templates help this project to stay in shape, please use them and fill them out completely. By doing that you are helping the project because the community and maintainers can provide prompt feedback, and potentially solve the issue.
If you are asking a question, a better way to address this is:
If you think this is incorrect, please feel free to open a new issue.
Thank you for your contributions.
I'm doing the following:
As can be seen in the code, the
selectButton
I get from nested sequence of previousBy
. I would like to get the locator for this element, in order to preventStaleElementReferenceException
. Because in Selenium once a WebElement goes stale, it always stays stale, however, a locator could be used to keep trying to find the element until it gets a non-stale element.