Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我在 m 系统路径中有 IEDriver 32 和 64 位可执行文件。当我从 Serenity BDD 启动测试时,它会自动选择 64 位版本。我可以使用任何特定属性控制此选择吗?
在 Serenity 根目录中创建一个 serenity.properties 文件。然后在下面添加这些:
webdriver.driver=ie webdriver.ie.driver=path to 32/64 bit IE Driver exe
这应该可以解决您的问题。