Parsing with Python. Lesson 2
Parsing with Python. Lesson 2 Learning to scrape websites using the Selenium library We continue to study parsing with Python. Last time we used the Requests and Beautifulsoup libraries - but you can’t always get by with them alone. Today we'll talk about the Selenium library. Filming and editing: Gleb Limansky With its help, we can simulate user actions in the browser - that is, the site will actually open on the computer, and then the script will perform the actions we have prescribed.