Kalebu / alright

Python wrapper for WhatsApp web-based on selenium
https://www.youtube.com/watch?v=yitQTt-NukM
MIT License
376 stars 113 forks source link

Throws exception "object has no attribute 'find_elements_by_xpath'" #87

Closed allesman closed 2 years ago

allesman commented 2 years ago

The exception is thrown when I use messenger.find_by_username("...") I think the new way to do it in source code would be driver.find_element(By.XPATH, ...) instead of driver.find_elements_by_xpath

allesman commented 2 years ago

https://github.com/Kalebu/alright/pull/79