51Testing软件测试论坛
标题:
iexplore下点击查询按钮时出错,请大牛指教
[打印本页]
作者:
test_zhuying
时间:
2010-4-1 17:45
标题:
iexplore下点击查询按钮时出错,请大牛指教
想请教大家一个selenium的问题
def setUp(self):
self.VerificationErrors = []
self.selenium = selenium("localhost",4444,"*iexplore","http://www.google.com")
self.selenium.start()
def test_web(self):
sel = self.selenium
sel.open("/")
sel.type("q","selenium")
sel.click("btnG")
print sel.get_title()
为什么在获取title时候总是会出错呢?但是在firefox下是可以的
而且总是抛这样的错误
The error message is: 缺少对象 on session 079df7ad2762489bbfc9e7762409301f
作者:
test_zhuying
时间:
2010-4-2 10:56
好像是出错在this.browserbot.getCurrentWindow().document
没有获取document,怎么解决这个问题啊
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2