As part of a longer flow, I am trying to find a specific address in this web page. I'm able to pull in the entire list of results into a variable, then split that variable into a list. I then loop through the list, looking for "122 31 Street". It gets to the line containing that address but cannot "find" the text, even though it's right there. I also use the Trim function right before, just to be sure there aren't any extra non-printing characters. Why can't it find the text?
Basically, I am looking through the list for the first Active property matching the address. Once I know what line it is in the list, I will be calculating X and Y coordinates to that list item so I can click on it with the mouse.

Report
All responses (
Answers (