March 2020
Intermediate to advanced
608 pages
17h 17m
English
Let's start with the locations and likes apps from the Implementing the Like widget recipe in Chapter 4, Templates and JavaScript.
For this recipe, we'll be using the Selenium library with the Chrome browser and ChromeDriver to control it. Let's prepare that:
(env)$ pip install selenium