connie_tong

导航

 

切换iframe

用 switch_to_frame 方法切换,此处有 id 属性,可以直接用 id 定位切换

例子:

#切換iframe
driver.switch_to.frame('container-1032')

#釋放iframe,回到主頁面上
driver.switch_to.default_content()

 

posted on 2021-02-24 15:30  connie_tong  阅读(40)  评论(0编辑  收藏  举报