DEV Community

Discussion on: How to send WhatsApp messages for free and reliably with only 3 lines of code? Python

Collapse
 
anuradha profile image
Anuradha Fernando

Hi José,
Set the ChromeDriver path when you call the webdriver.Chrome.
eg:
browser = webdriver.Chrome('/home/user/Python/ChromeDriver/chromedriver')
browser.get('twitter.com')

Some comments have been hidden by the post's author - find out more