i am having trouble using selenium to open a chrome link
from selenium import webdriver
url=r"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
drvier=webdriver.Chrome(url)
driver.get("https://us02web.zoom.us/meeting/attendee")) #a zoom link, hidden by me
The error was:
Traceback (most recent call last):
File "C:\Users\lavni\AppData\Local\Programs\Python\Python38-32\CHEM.py", line 3, in <module>
drvier=webdriver.Chrome(url)
File "C:\Users\lavni\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in __init__
self.service.start()
File "C:\Users\lavni\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\common\service.py", line 98, in start
self.assert_process_still_running()
File "C:\Users\lavni\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\common\service.py", line 109, in assert_process_still_running
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: Service C:\Program Files (x86)\Google\Chrome\Application\chrome.exe unexpectedly exited. Status code was: 0