@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:
trouble with get element
-
Hi, i have trouble with get element via css,math,devtool,xpatch,fullxpatch, allow mask, enable java, enable flash...
I can't scan element. Only full body can be scanned as shown below picture
Can anyone show me how??? Thank you for watchingAnd here is the website you can check it out with my problem: https://only.bot/


-
@loclan6879 said in trouble with get element:
Hi, i have trouble with get element via css,math,devtool,xpatch,fullxpatch, allow mask, enable java, enable flash...
I can't scan element. Only full body can be scanned as shown below picture
Can anyone show me how??? Thank you for watchingAnd here is the website you can check it out with my problem: https://only.bot/
The whole page is a single canvas element that is generated via js.

To click inside it, use a click on the coordinates or a click on the image.
-
@Fox said in trouble with get element:
The whole page is a single canvas element that is generated via js.
So there's no way to get the element?
-
@loclan6879 said in trouble with get element:
@Fox said in trouble with get element:
The whole page is a single canvas element that is generated via js.
So there's no way to get the element?
What do you mean? I told you, the whole page is one element, there are no other html elements inside it.
-
@loclan6879 said in trouble with get element:
@Fox cant use click on t he coordinates b/c i need choose right element, right answer...
I have shown you two ways to interact with the page.