Hi,
I am trying to access a menu option that says 'Click Here' and the ID of the menu option changes at every execution.
This is the ID : 3RT7ABCgn3Raz02_xy05
The first portion changes at every run, and _xy05 remains constant at every run.
This is what I have used and it doesn't seem to work:
command:click
target: //tr[contains(@id,'_xy05)]
value: Click Here
I get the error [error] Element //tr[contains(@id,'_xy05')] not found
Please help fix this.
Fails at this step.
[error] Element //tr[contains(@id,'_xy05')] not found