This question is locked. New answers and comments are not allowed.
I am having a problem clicking on a control that is dynamically generated. Basically, the web app that I run creates an object and then generates hyper links to a page that allows you to edit it’s attributes.
Recording a click on the links that are generated only returns a click on the links parent object. Is there a way through the GUI to generate a click on the link proper?
Should I just use code? Do you have any examples of clicking on a link using regular expressions so I can filter out the dynamic properties?
Thanks for any help,
Martin