gpt4 book ai didi

java - selenium RC 基本测试不适用于 iexplore,但适用于 FF 等

转载 作者:行者123 更新时间:2023-11-30 09:57:36 26 4
gpt4 key购买 nike

来自 selenium 网站的经典谷歌测试,它在 FF 上工作。在 IE7 上,显然找不到窗口对象。当我将配置更改为使用“*iexploreproxy”(而不是“*iexplore”)时,Selnm 在测试(在 IE 上)中走得更远,但我不能使用它,因为它会导致不受信任的安全证书警告。我安装了 selenium RC 1.0.1,并检查它是否在我的盒子上运行,我没有使用任何其他工具,例如 bromine。我在 Eclipse 上运行。

公共(public)类 NewTest 扩展了 SeleneseTestCase {

  public void setUp() throws Exception {
setUp("http://www.google.com/", "iexplore");
// We instantiate and start the browser
}

public void testNew() throws Exception {

selenium.open("/");
selenium.type("q", "selenium rc");
selenium.click("btnG");
selenium.waitForPageToLoad("30000");
if(! selenium.isTextPresent("Results * for selenium rc"))
throw new Exception("failed");
}

最佳答案

我发现当 IE 在保护模式下运行时会出现此错误。您可以通过转到 IE 工具 -> Internet 选项 -> 安全并单击复选框来禁用保护模式。

关于java - selenium RC 基本测试不适用于 iexplore,但适用于 FF 等,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1626313/

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