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

Fixes Issue #142 #148

Open Gudibettumane opened 6 months ago

Gudibettumane commented 6 months ago

This change is due to Selenium 4.10.0. the first argument is no longer executable_path, but options. (That's why it complains that you're passing it in twice.)

If you want to pass in an executable_path, you'll have to use the service arg now.