标签:font 坑爹 cep 方式 sage 自动 switch 没有 drive
自己用Python写了一个自动登陆qq邮箱的脚本,打开qq邮箱后总是报错:找不到元素。
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="switcher_plogin"]
试了各种方式,都找不到元素,什么元素都找不到。
然后有selenium ide录制脚本,才发现没有进入frame。
坑爹啊,看html就是没有发现啊,下次再有问题还是直接录制脚本好了,不用到处找原因。
解决方式:进入frame后再定位元素
driver.switch_to.frame("login_frame")
标签:font 坑爹 cep 方式 sage 自动 switch 没有 drive
原文地址:http://www.cnblogs.com/zjxyz2008zhangjuan/p/7078517.html