V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  bbxiong  ›  全部回复第 4 页 / 共 4 页
回复总数  63
1  2  3  4  
正确方法, switch_to_frame 支持对象参数,传递当前页面的 iframe 就可以额

driver.switch_to.frame(driver.find_elements_by_tag_name("iframe")[0])

记得还要调出来

driver.switch_to.default_content()
driver.switch_to_frame(driver.find_element_by_css_selector("iframe[title='Fill Quote']"));
这个也不行:
selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: iframe[title='Fill Quote']
driver.switch_to_default_content() 试验过了,不行,也是报错.
1  2  3  4  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4987 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 9ms · UTC 03:51 · PVG 11:51 · LAX 19:51 · JFK 22:51
Developed with CodeLauncher
♥ Do have faith in what you're doing.