TypeError: 'module' object is not callable in python script

Viewed 35
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"

Output

0 Answers
Related