- Install requirements with
pip3 install -r requirements.txt- Requires that you don't have any
.pngfile in download_path.
- Chromedriver accordng to chrome version.
- email_value - line 10.
- pwd_value - line 13.
- url (the link to the eLab that you want to download the report from) - line 17.
- download_path (default download path that chrome uses, not the one that you want) - line 21.
- default profile - line 30.
- chromedriver path in webdriver.Chrome in arg executable_path - line 42.
python3 reports_download.pyAnd then use image_extractor.py to get a single report from all the folders.