Refresher - how to pull text value from individual TestObject elements?

So cleaned the code up a bit, no difference.

When I look at the Xpath in Xpath Helper I can see all four elements, and the counter shows that it’s retrieving four elements, so why can’t I get the text to show up?

UPDATE: Aha! Figured that part out, I needed to use a different property lookup per Get Attribute as null while there is value? - #4 by Andrej_Podhajsky

This lookup returns the desired text:

def request_per_minute_row = elements_found[2].getAttribute("innerText")
2 Likes