This tutorial is on Web browser automation for Julia. We will be using the WebDriver.jl package compatible with the Selenium Web Driver. This package will interface the ChromeDriver. This can be used for end to end automated testing, web scrapping or to automate web tasks or gather notifications or news from web pages.
Julia code source (github): https://github.com/DiracM/JuliaTutori...
Julia code source (mirror): https://pastebin.com/XnAGS50F
Timecodes
00:00 – Introduction
01:50 – Importing Libraries
02:48 – ChromeDriver
05:20 – Going to a website and automate the user interaction
18:01 – Waiting for an element on the webpage to be ready before reading data