@Fox Thank you very much. I can jump to next video now.
Get all links on a website
-
@World_Art If only it were clear why you can't click via xpath. You can right-click on the browser panel and drag, and you will be able to click on the image.
-
@Roy-Mustang Thanks brother for everything, Now i want to create a loop for links clicking using random number but some time which random link choose is not exists on the page, I want to create a loop which finish only when 3 links are clicked successfully. i have a little bit idea for this and make a logic for this:

-
@Roy-Mustang said in Get all links on a website:
.
Bro can we make suach a script if i have 20 thread but i want to use ads clicks option in just 2 threads. Please guide me...
-
-
@Roy-Mustang i just want 2 threads clicks on ads not other 18 threads.
-
-
Create a global variable (for example, [[COUNT_CLICKS]]) in the onapplicationstart function
-
Create an “if” action. In the if action, enter: [[GLOBAL:Your variable]] <= 2
In the if action itself, you need to call the “Increase global variable” action. You should call it at the very end, when your software has executed all the click logic -
In the if statement itself, you need to call the “Increase global variable” action. You should call it at the very end when your software has executed all the click logic
-