gpt4 book ai didi

java - selenium ide 导出到 webdriver java

转载 作者:行者123 更新时间:2023-11-29 03:53:55 41 4
gpt4 key购买 nike

我找到的“Java - WebDriverBackedSelenium”导出器生成代码像这样: selenium.open("/"); selenium.type("密码", "blah");等..

但我需要它像下面的经典 WebDriver 示例一样导出:

driver.get("http://www.google.com");
WebElement element = driver.findElement(By.name("q"));
element.sendKeys("Cheese!");

有没有办法导出到第二个选项?我被要求使用这个,并使用 ide 来获取过去的页面 id 标签,如果可能的话,最好导出为这种格式。有人知道吗或者对此有什么意见?

最佳答案

如果您需要单独使用 WebDriver API 类而不需要单独使用,则可以将记录的 Selenium 测试导出为“JUnit 4 (WebDriver)”测试而不是“JUnit 4 (WebDriver Backed)”测试测试中的 Selenium 类。

PS:使用更新版本的 Selenium IDE 也会有所帮助; v.1.2.0(这是目前最新版本的 IDE)绝对支持导出测试用例以使用 WebDriver API。

关于java - selenium ide 导出到 webdriver java,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7409088/

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