This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |