gpt4 book ai didi

java - 如何在 Selenium 2 中实现关键字 "Unselect Frame"?

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:52:27 26 4
gpt4 key购买 nike

我正在尝试使用 selenium-webdriver 实现关键字“Unselect Frame”,但不知道如何使其对所有框架通用。

以下示例不起作用:

/**
* Sets the top frame as the current frame.
*
*/
public void unselectFrame(){

try {
WebElement element = getElement("//body");
driver.switchTo().frame(element);
} catch (Exception e) {
//exception
}
}

将不胜感激。

最佳答案

你是说切换出框架吗?在那种情况下,这应该有效:

driver.switchTo().defaultContent();

关于java - 如何在 Selenium 2 中实现关键字 "Unselect Frame"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12689906/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com