标签: selenium selenium-webdriver
我想获得Firefox中显示的完整HTML源代码(例如),包含嵌套的iframe内容(即使iframe中有嵌套的iframe)。
有没有办法在Selenium中执行此操作而无需使用switch_to.frame()和switch_to.default_content()编写长度递归?
switch_to.frame()
switch_to.default_content()
我不确定它是否相关,但我想从Python中做到这一点。