我正在尝试从页面对象示例运行示例
它在Windows 7上运行良好,但当我试图在Linux ( Fedora 15)上运行时,我遇到了一个错误:
GitHubLoginTest (1)
com.example.test.GitHubLoginTest
should_not_login_with_wrong_credentials(com.example.test.GitHubLoginTest)
org.openqa.selenium.TimeoutException: Timed out after 30 seconds waiting for title to contain "GitHub � Social Coding". Current title: "GitHub · Social Coding"
Build info: version: '2.25.0', revision: '17482', time: '2012-07-18 21:09:54'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '2.6.43.5-2.fc15.x86_64', java.version: '1.6.0_35'
Driver info: driver.version: unknown
at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:255)
at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:270)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:222)
at com.example.pageobjects.GitHubPage.waitForPageToLoad(GitHubPage.java:40)
at com.example.pageobjects.GitHubPage.openPage(GitHubPage.java:30)
at com.example.pageobjects.GitHubHomePage.open(GitHubHomePage.java:31)
at com.example.test.GitHubLoginTest.should_not_login_with_wrong_credentials(GitHubLoginTest.java:33)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
我尝试将系统.set属性设置为:
System.setProperty("webdriver.chrome.driver", "workspace/libs/chromedriver");
但是得到了同样的错误。
它实际上是通过在Eclipse中设置编码为UTF-8来解决的
情况是这样的:我正在使用Behat在Symfony上运行验收测试。为此,我使用Geckodriver启动一个Selenium实例,然后运行Behat。本地的一切都很好(很好!)。 但是当它在Github操作上运行时,它会失败。我已经检查了版本,我甚至版本化了gecko驱动程序和selenium.jar文件来使用完全相同的(尽管它们已经存在于github操作上),但是没有什么工作。 所以我正在寻找任
当我使用chrome驱动程序时,它显示驱动程序服务器启动超时。当我尝试使用Firefox时,它显示会话意外退出。我正在尝试使用python中的selenium在服务器上运行远程驱动程序,我应该怎么做?无法创建新会话。 未知错误:等待驱动程序服务器启动时超时。构建信息:版本:'3.141.0',版本:'2ecb7d9a',时间:'2018-10-31T20:22:52'系统信息:主机:'server
我使用的是java 1.8和chrome浏览器版本。我正在尝试使用chrome驱动程序版本执行selenium脚本代码。但在执行过程中,我面临以下问题,chrome立即崩溃 如果您检查以下日志,您将知道我正在通过78.0.3904.70版本的chrome驱动程序并尝试启动78.0.3904.97版本的chrome浏览器,这会产生问题。此外,如果您检查链接,您将知道78.0.3904.97版本的ch
我在OS X上使用Selenium独立服务器与facebook/php-webDrive一起。我试图运行一个PHP脚本使用ChromeDriver 2.28这是最新的。如果我启动selenium服务器独立2.53.0,我的脚本工作得很好。如果我启动selenium-server-独立-3.3.1,我的脚本会以驱动程序信息:driver.version:未知的消息死亡。我尝试在我的Java命令中添加
我无法运行脚本,并显示消息:驱动程序信息:驱动程序。.
2019-01-02 18:32:20,251错误O.A.J.T.JMeterThread:处理采样器时出错:'JP@GC-WebDriver采样器‘。IllegalArgumentException:浏览器尚未配置。请确保至少为ThreadGroup创建了1个WebDriverConfig。在com.googlecode.jmeter.plugins.webdriver.sampler.webd