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.

Home Page:https://qxf2.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide support of MS Edge browser in driverfactory.py file.

rahul-bhave opened this issue · comments

New MS Edge is using a chromium engine. So we should also support this in the driverfactory.py file.

I think the below code should add it, I am not sure, need to check this once again-

elif browser.lower() == "edge":
local_driver=webdriver.Edge("msedgedriver.exe")

I would like to work on this Issue. Kindly assign this to me.

Stale issue message