python+selenium 对于iframe的切入切出
2021-07-10 12:07
标签:ado 元素 oss pytho def switch 51cto content 内嵌 python+selenium 对于iframe的切入切出 标签:ado 元素 oss pytho def switch 51cto content 内嵌 原文地址:http://blog.51cto.com/13395901/2166880
解决办法:
1.首先对于iframe的内嵌html,用 switch_to.frame切入 iframe 才能获得其中的元素。
2.当要获取 iframe外部元素,用switch_to_default_content()切出iframe 。如果不切出,用print 打印会报 “死对象” 错误,原因就是还没有切出 iframe。
上一篇:C# 线程
文章标题:python+selenium 对于iframe的切入切出
文章链接:http://soscw.com/index.php/essay/103230.html