cancel
Showing results for 
Search instead for 
Did you mean: 

Spying a Dynamic Table

SagarMehta
Level 3
Hello, I have a dynamic table with the list of Action buttons as first column(PFA sample image). I am looking to click only one action button in the last row. the problem with this table is that my number of rows keep on changing so I am not able to spy on the right action button. My goal is to only spy on last row action button so for example if there are three rows the bot only needs to click on action button on third row.
3 REPLIES 3

John__Carter
Staff
Staff
Try reading the table into a collection and count the number of rows. Then use the number to dynamically identify the last button.

McenroeDavid_Ma
Level 2
IN Surface Automation training Exercise 3.8. Tabulated Data would help for this Scenario. Try It !!!!

Anonymous
Not applicable
Can someone please explain how to use Dynamic attribute in application modeler.? In Application Modeler when i am selecting it as dynamic the option is getting disabled. I just want to know how to use the Dynamic option in Application Modeler and how to pass the parameters to the dynamic option.