selenium 在录制的过程中,遇到了提示框的话,要怎样处理才能在正常的回放?
简单的一个删除确认框,回放时候报错:[error]Windowdoesnotexist.IfthislookslikeaSeleniumbug,makesuretorea...
简单的一个删除确认框,回放时候报错:
[error] Window does not exist. If this looks like a Selenium bug, make
sure to read
http://seleniumhq.org/docs/02_selenium_ide.html#alerts-popups-and-multiple-windows
for potential workarounds. 展开
[error] Window does not exist. If this looks like a Selenium bug, make
sure to read
http://seleniumhq.org/docs/02_selenium_ide.html#alerts-popups-and-multiple-windows
for potential workarounds. 展开
2个回答
展开全部
获取 alert ,操作就可以了
更多追问追答
追问
要怎么获取?能不能具体点,能不能直接在selenium IDE上操作,还是修改代码?
转化成后代码是:
Alert alert = driver.switchTo().alert();
String alertText = alert.getText();
追答
我没有用过IDE录制 ,我直接都是 用你生成的上面的语句,进行操作的,你应该好好研究一下 ,API,才能活学活用,我只提供思路,不会给你提供代码
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询