切换iframe
用 switch_to_frame 方法切换,此处有 id 属性,可以直接用 id 定位切换
例子:
#切換iframedriver.switch_to.frame('container-1032')
#釋放iframe,回到主頁面上driver.switch_to.default_content()