You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If inside class that inherits from ExtendedWebElement (AbstractUIObject) there is method that uses isElementPresent() or isPresent() or isVisible() on ExtendedWebElement that isn`t present on page and there is overridden toString() that uses that method it causes infinite loop and stack overflow.
Describe the bug
If inside class that inherits from ExtendedWebElement (AbstractUIObject) there is method that uses isElementPresent() or isPresent() or isVisible() on ExtendedWebElement that isn`t present on page and there is overridden toString() that uses that method it causes infinite loop and stack overflow.
Example:
Logs/Links
Web (please complete the following information):
The text was updated successfully, but these errors were encountered: