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.
嗨,我正在将 Selenium WebDriver 与 Java 一起使用。所以我有一个网站 A,在我填写表格后,我会转到网站 B,但在它询问基本身份验证用户名和密码之前。
我在 SO 中读到,Selenium 中不提供基本身份验证支持。
我在某处读到我可以使用 ROBOT 类(不知道你在 Java 中是什么意思),但使用起来有风险。
我不确定如何处理此事件,因为在我到达 BI 之后必须在通过测试用例之前进行更多验证。
我希望有人能帮帮忙。谢谢。
我认为您应该能够通过使用以下 URL 来克服它
http://username:password@www.example.com/
最后别忘了给a /。我想你可以参考这个
/