selenium查找动态的iframe的name

Posted dieyaxianju

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium查找动态的iframe的name相关的知识,希望对你有一定的参考价值。

WebElement frame1 = driver.findElement(By.xpath("/html/body/div[9]/div[2]/div/iframe"));
driver.switchTo().frame("frame1");

不能使用by.name,是动态显示的。

 

以上是关于selenium查找动态的iframe的name的主要内容,如果未能解决你的问题,请参考以下文章

Selenium 如何切换到 iframe 内联页面

python+selenium:iframe框架中动态id如何切换

Selenium定位iframe动态ID

已解决Selenium无法定位到iframe的动态ID

使用 Java 和 Selenium WebDriver 在表单和 iframe 中查找元素

selenium iframe 定位