I am getting NoSuchElementException for an element and because of which my regression suite is failing. I have used xpath, css selector and when searched in Chrome using those locators, I am able to find the element.
Till now I have used:
- Thread.sleep()
- Implicit Wait
- Explicit/Fluent Wait using .visibilityOf(WebElement) and .prescenceOfElementLocatedBy(locator)
Even I have used Absolute xpath but no successs.
Please suggest what I can do to make it work.
New contributor
user25207304 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.