qxf2 / qxf2-page-object-model

Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services.
https://qxf2.com
MIT License
256 stars 191 forks source link

Deprecated find_element_by_* and find_elements_by_* are Removed #313

Closed Archana-GS closed 1 year ago

Archana-GS commented 1 year ago

I think this is alright for Selenium 4.4 now. Removed ".find_elements_by_tag_name(" method in the Base_Page.py . I don't think any tests where running through those but instead the correct ".find_elements(By.TAG_NAME,"

qxf2 commented 1 year ago

Looks good!