from selenium.webdriver.chrome import options
#refresh time in second
refresh_time = 20
browser_list = []
options = options()
#chroem exe parth
options.binary_location = "C:\Program Files\Google\Chrome\Application\chrome.exe"
from selenium.webdriver.chrome import options
#refresh time in second
refresh_time = 20
browser_list = []
options = options()
#chroem exe parth
options.binary_location = "C:\Program Files\Google\Chrome\Application\chrome.exe"