Kalebu / alright

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

Fixed Deprecation of find_elements_by_xpath #79

Closed FedericoCacciari closed 2 years ago

FedericoCacciari commented 2 years ago

Fixed Error #78 by fixing the deprecated function find_elements_by_xpath with the new find_elements(By.XPATH)

Kalebu commented 2 years ago

Thank you @FedericoCacciari for your contribution, merging this