question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Selenium 4 has deprecated all find_element_by_* methods, therefore move using find_element(By.*)

See original GitHub issue

Selenium 4 has deprecated all find_element_by_* methods, therefore move using find_element(By.*). Refactor elementfinder to use find_element(By.*) methods. Change should be backward compatible and invisible for users.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
badari412commented, Sep 4, 2020

I don’t see any PRs linked to this, so please let me know if it’s still waiting for a contributor. If yes, I would like to work on this.

1reaction
aaltatcommented, Jun 5, 2020

It should be the only place. All should go through elementfinder and if it’s not it can be changed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What Is New In Selenium 4 And What Is Deprecated In It?
The automation tests recorded using the Selenium IDE can be now be exported as code for all official language bindings like Java, C#,...
Read more >
Selenium 4 - Deprecated, Modified and New Methods - QED42
In Selenium 4, DesiredCapabilities is replaced with Options. The Options interface provides methods to change the properties of the browser ...
Read more >
find_element_by_* commands are deprecated in Selenium
This error message... DeprecationWarning: find_element_by_* commands are deprecated. Please use find_element() instead.
Read more >
Migrating to Selenium 4: Here's What Has Changed - Applitools
A guide to notable changes and deprecations for engineers looking to migrate from Selenium 3 to Selenium 4. There is huge excitement within ......
Read more >
Selenium 4 - FindsBy Deprecated Interfaces got removed
View Notes Here - http://www.evernote.com/l/AbGFTLPsq4pIY5aEjctqRjItbc-EtAGt7NA/ In this session, I have practically shown how few deprecated ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found