Is it possible to dockerize Internet Explorer?

后端 未结 5 1141
离开以前
离开以前 2020-12-31 04:04

I want to run multiple Internet Explorer versions on the same machine using Selenium WebDriver with Docker instead of Virtual Machines. Docker runs on entirely Linux, as fa

5条回答
  •  失恋的感觉
    2020-12-31 05:02

    Microsoft have released a new feature called Windows Sandbox as part of Windows 10 1903. I believe that it is designed to fill this specific gap, and does allow for some setup to be done prior to the Sandbox being started up. I'm currently looking into seeing if we can use this approach for our own Selenium testing, but I encourage others to check it out too.

提交回复
热议问题