@saimraza786 Вы можете сделать это самостоятельно, например используя модуль для telegram, писать от лица бота себе в сообщения.
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.