This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/tutorials/handle_web_tables.html
This is a companion discussion topic for the original entry at https://docs.katalon.com/katalon-studio/tutorials/handle_web_tables.html
when I try to use your example #2 I get an error at run time that says :
for ([i = 0, i < Rows.size(), (i++)]) FAILED.
Reason:
org.openqa.selenium.StaleElementReferenceException: The element reference of
any ideas what the problem is?
1 Like
6 posts were split to a new topic: Stale element exception in web table
When you reach that page . please use refresh before that page --> WebUI.refresh()
it should work
BR
Monty