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.
有什么方法可以在 C# 实现的 testInitialize 方法中设置 webdriver 请求的用户主体?我在构建服务器上运行,并想指定测试运行的用户。
在这种情况下,您必须将 selenium 与远程控制一起使用,而不是将其与 WebDriver 一起使用。