Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 428 Bytes

internshala-automation

Pre-requisites

To use the script we need selenium. To install selenium use the below command

pip3 install selenium

In the script.py file edit email.send_keys('youremail@example.com') and password.send_keys('password') and replace the string with your credentials

Running the script

To run the script, open terminal and write the below command

python3 script.py