51Testing软件测试论坛
标题:
python+selenium自动化测试,IE浏览器运行过程中出现闪退
[打印本页]
作者:
测试积点老人
时间:
2019-12-6 11:39
标题:
python+selenium自动化测试,IE浏览器运行过程中出现闪退
python+selenium自动化测试,IE浏览器运行过程中出现闪退
<p>from selenium import webdriver
driver = webdriver.Ie()
url="xxx"
driver.get(url)</p><p>登录系统
driver.find_element_by_name('Login1$MoShiZhi').send_keys('8888')
driver.find_element_by_name('Login1$MiMa').send_keys('0000')
driver.find_element_by_name('Login1$LoginButton').click()#进行点击操作之后IE出现闪退
handle=driver.window_handles
driver.switch_to.window(handle[0])</p><p>报错提示:
driver.switch_to.window(handle[0])
IndexError: list index out of range</p>
复制代码
作者:
bellas
时间:
2019-12-9 09:23
是不是ie版本的问题,换个ie版本试试
作者:
qqq911
时间:
2019-12-9 11:11
要检查下插件版本
作者:
jingzizx
时间:
2019-12-9 12:30
日志打印什么报错了
作者:
Miss_love
时间:
2019-12-14 14:29
可能是驱动不对
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2