Problem in whatsapp_login
gottfriedd opened this issue · 2 comments
gottfriedd commented
When calling this function - browser = webdriver.Chrome(options=chrome_options)
I am getting this error repeatedly - selenium.common.exceptions.WebDriverException: Message: unknown error: cannot create default profile directory.
How can I Solve this?
shauryauppal commented
Solved add executable_path
shauryauppal commented
browser = webdriver.Chrome(executable_path = './chromedriver',options=chrome_options)