nevoit / Automated-Messages

In this project, we aim to build an automated messages system using Python with Selenium. Whatsapp
MIT License
3 stars 0 forks source link

Whatsapp fail on some machines #2

Closed ShuratCode closed 5 years ago

ShuratCode commented 5 years ago

when I am running the Whatsapp module I get this exception:

selenium.common.exceptions.WebDriverException: Message: unknown error: call function result missing 'value'

It comes in line 31 in lover.py:

document_element.send_keys(contact_name)
ShuratCode commented 5 years ago

The problem was in the version of the web-driver. Updated README