jakehilborn / debbit

Automate spending requirements for high interest checking accounts / credit cards
https://jakehilborn.github.io/debbit/
MIT License
264 stars 31 forks source link

Using latest selenium deprecates many functions #87

Open bjhiltbrand opened 2 years ago

bjhiltbrand commented 2 years ago

I just updated to v2.1.4, and was met with a few deprecation warnings (presumably from debbit using the latest selenium version, which has been significantly overhauled).

The deprecated messages are:

DeprecationWarning: firefox_profile has been deprecated, please use an Options object DeprecationWarning: executable_path has been deprecated, please pass in a Service object DeprecationWarning: find_elementby* commands are deprecated. Please use find_element() instead