Open arfathyahiya opened 3 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
driver.get_qr()
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
canvas
yep, I noticed the same thing, hopefully it will be fixed in no time
Try https://github.com/mukulhase/WebWhatsapp-Wrapper/issues/947
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 errorupon checking the source of whatsapp web they now use
canvas
tag to display the qr not the img