Skip to content

Instantly share code, notes, and snippets.

View nuvishh's full-sized avatar
👨‍💻
Focusing

Vishnu N nuvishh

👨‍💻
Focusing
View GitHub Profile
@nuvishh
nuvishh / PrahasanamAutoScript.py
Last active February 2, 2020 17:52
Prahasanam-Etlab Survey Automation Using Selenium and Python
#!/usr/bin/env python
import getpass
import selenium
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
browser = webdriver.Chrome()# Enter the Driver path inside the paranthesis
#browser = webdriver.Chrome('Chrome_Driver_Path') for chrome browser
#You may need to export the web driver path As 'export PATH=$PATH:/home/user/Desktop/Prahasanam-Etlab-Survey-Automation/Autoscript' on terminal