Hello!
I want to preface this by saying we know how to do this with coded steps, I'm trying to ascertain if it can be done in the test studio step builder itself:
I have a set of what looks on the webpage like rows, but aren't in a table. We need to verify the phrase in the second "column" (the p). Since the "rows" might change in the future, I'd like to find the p based on the index of the label. The labels should stay constant.
I created a test step to extract the TagIndex from the label, so that I could get the correct containing div, and then I tried to use that Index in a find for the p but it doesn't work. I'm attaching the files that show the definitions of both elements, the part of the log file I can show you, and the part of the dom I can show you.
Is this something that just can't be done in the steps?