Code Monkey home page Code Monkey logo

Comments (4)

Nakirasu avatar Nakirasu commented on May 28, 2024 1

I stumble on the same error. Turns out, selenium removed the method find_element_by_* starting version 4.3.0.

https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES

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

I had to downgrade as a workaround :

First uninstall the current version
pip uninstall selenium

Install the version 4.2.0 or older
pip install selenium==4.2.0

from teslaservicemanualscraper.

AnsonLai avatar AnsonLai commented on May 28, 2024

Hey there, this typically happens when Tesla throws up a non-standard login page, such as one that includes a captcha. I'd shut it down, try it again in 10 minutes.

from teslaservicemanualscraper.

ZachSandhofer avatar ZachSandhofer commented on May 28, 2024

I tried waiting and clearing everything and still get this error. Seems to redirect from the driver.get link to this. Still same result.

Any ideas what might be happening? Tried with VPN as well, but no luck. I still can log in normally with no issues to the service manuals.

from teslaservicemanualscraper.

ZachSandhofer avatar ZachSandhofer commented on May 28, 2024

Resolved with a reinstall of selenium 4.2.0

from teslaservicemanualscraper.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.