J
J
Jedi2017-10-05 14:57:08
JavaScript
Jedi, 2017-10-05 14:57:08

Which of these event data?

Please teach me how to define events and other data.
59d61d7792d1b868326927.png
These are events received from someone else's site on which I am writing a bot. I clicked on the button here and got the data that you see in the image. Question: Where exactly is the event? The event I have to use to simulate. Simulations for example for a click, etc. How then to use the received events (console)?
Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel Kornilov, 2017-10-05
@PHPjedi

MouseEvent - and there is a mouse event (object). And on the screen - these are its properties and methods.

S
Stanislav Menshov, 2017-10-05
@SWEBB

Your event ID is type.click
This is exactly what you need to emulate the event:
https://developer.mozilla.org/ru/docs/Web/API/Mous...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question