Requirement is to search a username in the table and if found then click it in the table. -
I am splitting below process steps to solve this :
-
Use CV element exists activity to search username but how to create a dynamic descriptor (dynamic selector should contain provided username value)
-
If output of CV elements exists activity is true then execute step 3 else username is not found.
-
Click selected username. → how to create dynamic descriptor in this step also.