Hi everyone,
I would like to click on a particular element that is next to a certain text element.
The particular text element to be selected is found dynamically through a Google Spreadsheet and is set in a variable.
I am making use of the Get Ancestor and Find Children property, along with the UI Explorer to find a static set of attributes for the Selector.
However, every time I reload the browser page, I get an error saying “Could Not Find UI Element”
I am using For Each loop and a counter to select the particular element to be clicked but this process fails in the case when the text is dynamically decided.
I have tried using Find Relative activity too, however I get an Activity Timed Out Exception in that case.
Is there a method using HTML tags to inspect a source and find a particular child element of the parent element of the text to be found? Can someone please guide me on how to go about this?
Thanks in advance!