Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use current selenium api #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TurekBot
Copy link

I tried the demo and it failed saying, "AttributeError: 'WebDriver' object has no attribute 'find_element_by_tag_name'"

It looks like the deprecated find_element_by_* methods have been removed in Selenium 4.3.0.

This commit replaces all the usages of those deprecated methods with their current alternatives.

Refs: https://stackoverflow.com/a/72773269/5432315

I tried the demo and it failed saying, "AttributeError: 'WebDriver' object has no attribute 'find_element_by_tag_name'"

It looks like the deprecated `find_element_by_*` methods have been removed in Selenium 4.3.0.

This commit replaces all the usages of those deprecated methods with their current alternatives.

Refs: https://stackoverflow.com/a/72773269/5432315
@mathilded737
Copy link

We encountered the same issue. Do you know if a new release with this fix will be available soon?

@saravanakumar-nc
Copy link

@boakley , can you please check if this fix can be merged? It would be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants