Skip to content

Latest commit

 

History

History

running-selenium-with-headless-chrome

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.