Multiple Click Selection

Hii Team,

How can we perform multiple click activities in a web portal as shown below till final object is reached

Have attached reference screenshot

Thanks in advance

Hi

You can use a click activity within loop where each click activity can have selector with id position included so that u can increment that id during each iteration of loop

I assume as id but it can be any attribute that can be possibly incremented

Make sure continue on error is enabled in Click activity and also include a check app state to see whether is there any further option to be chosen

Hope this helps

Cheers @NISHITHA

Hi @NISHITHA

Use Click activity and select the necessary element that you need to click. with different click activity

Does it accept keyboard input as in A, A, A, D to select the item you want? If so, use the Keyboard Shortcuts activity to send the correct sequence of keys.

Thanks @Palaniyappan , @Gokul001 and @postwick for the prompt responses

Will definitely try the suggested approaches

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.