Hi,
I have a requirement of selecting a button relative to a link. I am facing below challenges:
1. Unable to create dynamic selector such that the link can be captured by passing name of the link(as displayed on the web-page) within the selector. I have a list of name of the files to be selected from OneDrive Web application and the names should be passed as dynamic variable in the selector. On setting the "Title" attribute to the name of the file, the selector becomes invalid.
2. Post being able to capture the link dynamically(as explained in point 1), I should be able to click on an element relative to the link ( for example, using x offset). I cannot find such activity for Web Automation which supports the option of specifying offset.
I would really appreciate your help on above issues.
Thanks