mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.02k stars 796 forks source link

driver.get_qr() isn't working #1103

Open arfathyahiya opened 2 years ago

arfathyahiya commented 2 years ago

I dunno if this lib is maintained anymore or not but after installing this lib i followed the quickstart from Readme.md

and driver.get_qr() gives the following error

selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: img[alt="Scan me!"]
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:181:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:393:5
element.find/</<@chrome://remote/content/marionette/element.js:305:16

upon checking the source of whatsapp web they now use canvas tag to display the qr not the img

sergenti commented 2 years ago

yep, I noticed the same thing, hopefully it will be fixed in no time

erm3nda commented 2 years ago

Try https://github.com/mukulhase/WebWhatsapp-Wrapper/issues/947