Act Now is a SF tool which takes daily medical survey. This tool helps you to automate the process using Selenium 4.
- Takes screenshot with current date.
- Added delay for slow connection.
- Saving Page Source in a file.
- Even works of Dynamic iFrame Id.
This tool requires Python to run.
- Install the Selenium 4:
pip install selenium
- Install the Pillow:
pip install Pillow
- Install the Chrome Webdriver based on your Browser version.
- Open the file and provide the Path of your ChromeDriver.
- Also provide the Email and Password.
- Run the python file:
python covid19.py
MIT