We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60eba9e commit 87682beCopy full SHA for 87682be
app/app.py
@@ -46,7 +46,8 @@ def load_driver(self):
46
if config.os_name == 'Windows':
47
self.driver = webdriver.Chrome(executable_path=r'C:\Users\Nityam\AppData\Local\Programs\Python\Python39\chromedriver.exe',
48
options=options)
49
- self.driver = webdriver.Chrome(options=options)
+ else:
50
+ self.driver = webdriver.Chrome(options=options)
51
52
# Open WhatsApp URL in chrome browser
53
self.driver.get("https://web.whatsapp.com")
0 commit comments