Dynamic click on title in a table

How to click dynamically on title in a table?

image

@hairsh

You need to pass dynamic selector selector in click activity

pass a variable (e.g. which you want to select) in the place table title variable is written.

HI @hairsh,

In order to click on a cell of the title column dynamically, you will need to get a dynamic selector working. Open the UI Explorer, and select indicate on screen and click on one cell. Using the generated selector, try comparing it with few other cells to see what values change… Based on that, you can have some variables created to have those values initialized through your workflow based on what you need to select.

Add those variables to the selector by replacing those elements that get changed time to time… That will work work for you…

Let know if anything is not clear or if you need further help!!

1 Like