I am trying to make the TableRow attribute dynamic using a variable.
I have taken a default value then assign that default value=1 to variable abd replace the attribute value with variable . However its not working .I need to click the invoice Link and each invoice link Table row value is different. Please let me know how to make the Tablerow value dynamic
Also one more thing , the moment it tries to click, the Uielement becomes/opaque grey and click is not able to interact. Its focussing but unable to click.
As the Invoice# row starts from 2, I have given initial counter value as 2 and incrementing. Its validating but not clicking. Checked with Hardware Events also.It doesnot work. It fails. Any extensions need to be added for Grayed elements
What happens when you click one, does it open in a new tab/window? What if you CTRL+click? In situations where you need to click row by row you should be using For Each UI Element, or Extract Table Data then loop and click.
I did using Extract Data Table.Click is not working though its highlighting and not throwing error but unable to interact with UI Element. The UI Element is Opague/Greyed Out here
That means your selector isn’t correct. The selector needs to point to the link itself which is usually tag=‘A’ - open UI Explorer, indicate one of the links, and post a screenshot of UI Explorer including the properties in the top right.
You shouldn’t be manually incrementing tablerow to click what you want, you should be using the data from the first column in your extraction as the aaname value in the selector.