Headless Edge driven through Selenium by C#

人走茶凉 提交于 2021-01-27 13:43:49

问题


Given that Selenium can drive the Edge browser for programming automated testing in C#, as noted in this article:

https://blogs.windows.com/msedgedev/2015/07/23/bringing-automated-testing-to-microsoft-edge-through-webdriver/

Is it possible to run it in headless mode? If so, how?


回答1:


As noted by @Tewr, no: https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/14057655/ but the feature can be requested: https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/6545168-headless-browser-for-testing

NB: I find it very odd that this isn't a tent pole feature.



来源:https://stackoverflow.com/questions/49382059/headless-edge-driven-through-selenium-by-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!