To be used, it requires theSeleniumPython package, and a properly configured installation of eitherchromedriverorgeckodriver. On Linux systems, this can be setup as follows: $ pip install selenium $ apt-get install chromium-chromedriver Using conda, the required packages can be installed as follow...