V
V
Vitaly M2019-11-09 15:14:33
Automation
Vitaly M, 2019-11-09 15:14:33

How to access the DOM tree of the open page in the browser to automate certain actions?

Good afternoon. Can you tell me how can I access the DOM of an open page in the browser to automate certain actions, such as filling in some fields and clicking "buttons"?. Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2019-11-09
@NeiroNx

Developer Console and JS.
You can also make a plug-in for the browser.
Or you can generally take Selenium and do everything on it.
In general, I would not even use a browser. After all, the fields go somewhere in the form of a request - you can simply send the same request.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question