bstoilov / py3-pinterest

Fully fledged Python Pinterest client
MIT License
312 stars 106 forks source link

Switch to ChromeOptions #199

Closed marcosfelt closed 8 months ago

marcosfelt commented 8 months ago

Selenium now uses ChromeOptions instead of options: https://www.selenium.dev/documentation/webdriver/browsers/chrome/

I've fixed the code to work with newer versions of selenium.

bstoilov commented 8 months ago

thanks :)