xpath定位动态iframe
Posted zhmiao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xpath定位动态iframe相关的知识,希望对你有一定的参考价值。
使用xpath定位
driver.switch_to.frame(driver.find_element_by_xpath("//iframe[starts-with(@id, ‘x-URS-iframe‘)]"))
以上是关于xpath定位动态iframe的主要内容,如果未能解决你的问题,请参考以下文章
Selenium Xpath元素无法定位 NoSuchElementException: Message: no such element: Unable to locate element(代码片段
Selenium webdriver定位iframe里面元素