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

chore: stop using removed webdriver find_by methods #78

Merged
merged 1 commit into from
Sep 2, 2022

Conversation

jktomer
Copy link
Contributor

@jktomer jktomer commented Sep 2, 2022

Selenium removed the find_element{,s}_by_$SELECTOR methods
after a long deprecation period in 4.3.0. This change removes all uses of
those methods in favor of find_element{,s}(By.SELECTOR, ...).

Selenium removed the `find_element{,s}_by_$SELECTOR` methods
after a long deprecation period in 4.3.0.  This change removes all uses of
those methods in favor of `find_element{,s}(By.SELECTOR, ...)`.
@jbms jbms merged commit b2eff34 into jbms:master Sep 2, 2022
@jktomer jktomer deleted the webdriving-into-the-future branch September 2, 2022 04:44
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.

2 participants