Variable not receiving value from javascript

now i’ll be a bit stubborn, let me think in ‘Katalonian’ for second…

  1. there is keyword that executes and returns value (shameless self promo) Execute xpath functions from Katalon Studio try to get inspiration in implementation
  2. what you need: number of all rows in table that contains text we need (don’t need id of row) - should be easy to build xpath for such query
  3. for loop to go thru all interested rows and check for column you are interested in using parameterized xpath
  4. assert return from WebUI.getText() expected value.

this would be my approach…

1 Like