@sponkly This string a part of the Google cookies, I'm not sure how you get and how you want to use, in this case I give you an answer "as your question".
There are many possible way to get the value, I show you one of them.
We need to convert into JSON object, but for this we need to add "[" for the start and "]" at the end of your string, then convert into JSON object. After that you can access like an array element, in this case [0].value
Here is a short code example:
Get all links on a website
-
@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
-