51Testing软件测试论坛
标题:
拜求解决selenium选择新窗口中元素问题
[打印本页]
作者:
yanpingsha
时间:
2010-6-30 09:01
标题:
拜求解决selenium选择新窗口中元素问题
页面上一个按钮点击后打开新窗口,如下:
<a href="
http://test/lingtest.jsp
" target="_BLANK">
lingtest.jsp页面上包含一个name=setType的SELECT下拉菜单
selenium点击开新窗口后,下面是IDE录制转换成junit后的代码
selenium.click("确定") ; //点击确定后弹出lingtest.jsp页
selenium.selectFrame("relative=up");
selenium.select("setType", "label=人民币1元"); //test为下拉菜单选择的值
selenium.click("submit"); //选择后的确认键
selenium.selectWindow("name=main"); //返回按钮点击前的主页面
在执行的时候,一直报setType这个元素找不到,拜求原因:)
先拜谢
作者:
小米啊
时间:
2010-6-30 09:10
看下 这个
帖子
能否帮到你
谢谢!
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2