Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 535 Bytes

Webshot

Python script which utilises Selenium and chromedriver(or geckodriver for firefox) to take bulk screenshot of Web Interfaces of provided assets and save them with their URL as file_name.

requirement:
Selenium
chromedriver or geckodriver

v1

run "python webshot.py".
When prompted, provide comma or space separated list of input.
For example: example1.com,example2.com,example3.com.......
Or
example1.com example2.com example3.com .......

Currently script only gives screenshot on port:443 or https://