Skip to content

Conversation

akhilswarop
Copy link

  • 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.
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