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.
Implemented the changes to support Edge in place of ie.
For the Edge browser, there is a limitation - It can not be downloaded automatically using Selenium Manager as it requires administrative permissions to download. The same applies to Linux as well.
For Edge Browser testing downloaded Linux support version and tested the changes.
Tested the change with other browsers like Chrome and Firefox as well.
Performed tests with setting --remote_flag options 'y' and 'n'
Implemented the changes to support Edge in place of ie. For the Edge browser, there is a limitation - It can not be downloaded automatically using Selenium Manager as it requires administrative permissions to download. The same applies to Linux as well.
For Edge Browser testing downloaded Linux support version and tested the changes. Tested the change with other browsers like Chrome and Firefox as well. Performed tests with setting --remote_flag options 'y' and 'n'
@akkuldn, Please review the changes.