Kalebu / alright

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

send_message1 has an error: AttributeError: 'WebElement' object has no attribute 'aria_role' #108

Closed neeraj-satyaki closed 1 year ago

neeraj-satyaki commented 1 year ago

To fix this @line number 425 and 439 i changed form i.aria_role to i.get_attribute('role')

neeraj-satyaki commented 1 year ago

Please do update this on the repo

Kalebu commented 1 year ago

Pushed, Thank you @neeraj-satyaki

leggewie commented 9 months ago

please reopen as commit 5c4833eccf regressed on this issue