我正在尝试为网站编写selenium测试。
我使用带有MemoryRealm身份验证cf的Tomcat服务器
<Realm className="org.apache.catalina.realm.MemoryRealm" pathname="/DEV/tomcat1/conf/tomcat-users.xml"/>
我没有看到如何在我的测试中设置身份验证。我试图输入“selenium.open”
selenium.open("http://user:pass@myserver:8080/index.jsp");
Selenium启动了服务器,打开了网站,但在没有填写用户/密码表单的情况下保持身份验证。
这是不可能的,我是否必须更改tomcat auth,或者我只是错过了什么?
答案 0 :(得分:0)