bstoilov / py3-pinterest

Fully fledged Python Pinterest client
MIT License
310 stars 107 forks source link

Fix find_element #182

Closed CapofWeird closed 1 year ago

CapofWeird commented 1 year ago

This resolves #180 by removing deprecated Selenium functions with their updated counterparts. I also did a bit of tidying up by making a folder for examples to live in and a couple minor readme fixes.

bstoilov commented 1 year ago

Thank you :heart: