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.
Issue Description:
Our current Selenium version in the project is outdated, and it's causing compatibility issues when running tests against the latest Chrome versions.
Steps to Reproduce:
Expected Behavior:
The click() method should interact with the button element without errors when using the latest Chrome version.
Current Behavior:
The click() method fails, resulting in errors when running tests against the latest Chrome version.
Proposed Solution:
Update the Selenium version to the latest release to ensure compatibility with the latest Chrome versions.
Note:
Make sure to check for for any potential breaking changes or considerations before updating the version.