Forum Discussion
Vivek72
12 years agoContributor
I want to Execute a regular expression search against all object names on a web page and post those collection of Matches to log. Earlier, I was adviced to look for "contentDocument" and "innerText" properties of my application but because those properties doesnt show any values in my Object browser I cant use them. I used find method but it finds just one object in object browser that contains regular expression and posts it to log whereas I want all the objects on a webpage to be idenfied regardless of which property holds that string. Any workaround on this or even if different method to solve the issue is most welcome. Thanks for any comment.