Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History

Snapshot_of_given_website

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

snapshot of given website

Set up

pip install selenium
pip install chromedriver-binary==XX.X.XXXX.XX.X

  • 'XX.X.XXXX.XX.X' is chrome driver version.
  • The version of 'chrome driver' need to match the version of your google chrome.

How to find your google chrome version

  1. Click on the Menu icon in the upper right corner of the screen.
  2. Click on Help, and then About Google Chrome.
  3. Your Chrome browser version number can be found here.

Execute

python snapshot_of_given_website.py <url> Snapshot is in current directory after this script runs.