xuzhengyi1995 / Manga_downloader

A Manga download framework using selenium.
620 stars 57 forks source link

Fixed downloads for Selenium version 4.3.0 #101

Closed lvl1scans closed 2 years ago

lvl1scans commented 2 years ago

Selenium 4.3.0 Changelog shows:

Selenium 4.3.0
* Deprecated find_element_by_* and find_elements_by_* are now removed (#10712)
* Deprecated Opera support has been removed (#10630)
* Fully upgraded from python 2x to 3.7 syntax and features (#10647)
* Added a devtools version fallback mechanism to look for an older version when mismatch occurs (#10749)
* Better support for co-operative multi inheritance by utilising super() throughout
* Improved type hints throughout

So, I've made the necessary changes for it to work from that version.