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

fix TypeError: WebDriver.__init__() got multiple values for argument … #147

Open nicolaspiet opened 10 months ago

nicolaspiet commented 10 months ago

…'options'

The issue is being caused due to changes in Selenium (4.10.0). Now, to pass in an executable path, it requires the use of the service arg.