@HELP_ME for set-cookie, the value can be found in the cookies themselves, this is not a problem.
Get all links on a website
-
@Roy-Mustang Brother can we click on ads if i run 20 thread and then i want to click on ads in just 5 threads please help me to create such a logic.
-
@World_Art
There is very little information about why you are doing this, so it is difficult to describe the exact logic, but in general it looks like this:- Use the new module to call the “Execute with thread limits” action
- Specify a limit of 5 threads in it

-
@Roy-Mustang How Can i make this thing in percentage
-
@Roy-Mustang Bro Can (BAS) Detect Ads and then Click on Any Ad. Please help me to do that.
-
- Action “Random number”
- Wrap this block with thread locking in if and create the logic
action"If" and put in [[RANDOM_NUMBER]] > [[VAR_WITH_U_NUMBER]]
-
@Roy-Mustang Bro i also want to know that can (Bas) click on ads if click then how to click on ads without using xpath and css selector or match of the ad.I maen (BAS) just click on one ad with detection. If you know so please guide. Thanks for your support again.
-
@Roy-Mustang Please Guide.....
-
@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
-