Web browsing, button clicks, and login. Is it possible by Julia?

Would you suggest how I can not just parse HTML page but browse it, but clicking buttons, filling fields, and others?
Thank you in advance.

Perhaps you could use Selenium? It looks like this has been attempted in the past here: https://github.com/shashi/WebDriver.jl and here: Selenium With Julia(How to Automate Your Browser) – JCharisTech

1 Like