How to handle Web Tables


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

is stale; either the element is no longer attached to the DOM, it is not in the current frame context, or the document has been refreshed

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