Skip to content

Refactor Selenium element location methods for compatibility#227

Open
akhilswarop wants to merge 1 commit into
joeyism:masterfrom
akhilswarop:master
Open

Refactor Selenium element location methods for compatibility#227
akhilswarop wants to merge 1 commit into
joeyism:masterfrom
akhilswarop:master

Conversation

@akhilswarop
Copy link
Copy Markdown

  • Updated deprecated find_element_by_class_name and find_elements_by_class_name methods to find_element(By.CLASS_NAME, ...) and find_elements(By.CLASS_NAME, ...) respectively.
  • Ensures compatibility with newer Selenium versions and aligns with current best practices.

- Updated deprecated `find_element_by_class_name` and `find_elements_by_class_name` methods to `find_element(By.CLASS_NAME, ...)` and `find_elements(By.CLASS_NAME, ...)` respectively.
- Ensures compatibility with newer Selenium versions and aligns with current best practices.
@joeyism joeyism force-pushed the master branch 2 times, most recently from 9b63afd to ede9331 Compare April 10, 2026 02: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.

1 participant