RSSAmplifier

Sylvain Durand · Mar 10, 2019

Emulate a browser with Selenium

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Python is particularly effective when you want to automatically browse or perform actions on web pages. If it is enough to use libraries like Beautiful Soup when you just scrape web pages, it is sometimes necessary to perform actions on pages that require Javascript, or even to imitate human behavior. To do this, it is possible to fully emulate a web browser with Python. Installation We will use…

Read on sylvaindurand.org

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.