Java: Working with a website

I do not expect ready-made solutions and specific answers. I am interested in the direction and perhaps sources that will help to implement this. Don't just skip it, I don't know just where to find out (Google didn't really help)

It is necessary to implement the work of the bot in java, it must perform some actions on the site, clicks, close windows.(Not for games and other things). I personally assumed that it is necessary to get the html code of the site and parse it. But I don't understand how make specific actions and in a specific place. Tell me what is necessary for this? If you throw off links or docks on this topic, I will be grateful.

Author: SoftQualityRC, 2018-06-16

1 answers

To create a bot, I recommend using Selenium WebDriver. There are examples in the Internet, and browser support is also available.

 0
Author: Tsyklop, 2018-06-16 10:39:59