February 2019
Intermediate to advanced
256 pages
7h 34m
English
Prepare the environment, to have the Python and pip setup tools ready. Refer to Http://seleniumbase.com for the installation of SeleniumBase, which is a wrapper of Selenium to make the implementation much easier:
$ git clone https://github.com/seleniumbase/SeleniumBase.git$ pip install -U -r requirements.txt$ python setup.py install
In addition, Selenium will require the related browser driver to be installed, as follows:
$ seleniumbase install chromedriver
Read now
Unlock full access