如何配置 Selenium 测试以在 Windows 10 上进行 IE8 测试

How to configure Selenium tests to make IE8 testing possible on Windows 10

我安装并成功地 运行 IE11 测试了 Selenium。 是否有任何简单的设置来强制 运行 IE8 使用 Selenium 进行测试?
根据 https://github.com/SeleniumHQ/selenium/wiki/InternetExplorerDriver#required-configuration 没有提到如何 运行 具体 - 这里是 IE8 - IE 的版本,默认情况下 IE11 是 运行.
我应该先安装 IE8 来进行这些测试吗运行?

无法在 Windows10 上 运行 IE8,因为这是不支持的配置,正如@BoldClock 在对我的问题的评论中提到的那样。
要做到这一点,需要从 https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/ 下载 VirtualMachine 并且 运行 使 IE8 测试可用。
类似问题: