# 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 ` Snapshot is in current directory after this script runs.