Click All Same Buttons in webpage

Hi @Ahmet_Tarik_KOC

  1. Use Assign activity → Variable (Int)
Count = 1
  1. Use click activity → pass the variable instead of the idx=‘1’ to idx=‘Count’ (Check the document or thread how to pass the variable inside the selector)

Check on the thread

  1. After clicking the first button do your automation

  2. Use Assign activity

Count = count+1
  1. Do the steps for all the button

Regards
Gokul

1 Like