Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 454 Bytes

File metadata and controls

4 lines (3 loc) · 454 Bytes

Running Selenium with Headless Chrome

Running Selenium with Headless Chrome illustrates how to run the Google Chrome browser in its new headless mode using Selenium in Python. The scrape-facebook-posts.py script launches a headless Chrome session, navigates to Facebook, logins, takes a screenshot, and prints out author and content information from posts.