Forum Discussion
UI Automation (edge chromium)
- Apr 18, 2019
BobbyCannon we plan on having an MSEdgeDriver very soon, and you can also use puppeteer and headless. In addition, you can use ChromeDriver for the time being by passing in the path to msedge.exe in a ChromeOption. Is there anything specifically you would like?
johnjansen any plans to support IE like automation? we use winforms to do browser automation that launches IE and navigates through website for our customers. Right now, using a WebDriver seems to be a solution more for test automation more than end user automation.
Additionally, when I had tried Selenium with Old Edge, I had to match it to the Windows version which is not in our control. Second, if I remember correctly, I could not release the hook to the selenium launched browser window as ending my program also closed the browser.
CodeDJ I did want to add that we have heard the request about ending your testing application also closed the browser. We have been looking into that. I will say that it sounds like your winforms app for executing the browser is something that WebDriver is meant to do. The goal of webdriver is to replicate the actions of an actual human as we best we can.