我用Java开发了一个Selenium项目并且工作正常。但是当我试图从一个不同的项目中调用它以进行集成时,它就像我在下面提到的那样给出了这个错误。
2016-07-25 16:29:06 DEBUG RequestAddCookies:122 - CookieSpec selected: default
2016-07-25 16:29:06 DEBUG RequestAuthCache:76 - Auth cache not set in the context
2016-07-25 16:29:06 DEBUG PoolingHttpClientConnectionManager:249 - Connection request: [route: {}->http://localhost:13517][total kept alive: 0; route allocated: 0 of 2000; total allocated: 0 of 2000]
2016-07-25 16:29:06 DEBUG PoolingHttpClientConnectionManager:282 - Connection leased: [id: 0][route: {}->http://localhost:13517][total kept alive: 0; route allocated: 1 of 2000; total allocated: 1 of 2000]
2016-07-25 16:29:06 DEBUG MainClientExec:234 - Opening connection {}->http://localhost:13517
2016-07-25 16:29:06 DEBUG DefaultHttpClientConnectionOperator:131 - Connecting to localhost/127.0.0.1:13517
2016-07-25 16:29:06 DEBUG DefaultHttpClientConnectionOperator:138 - Connection established 127.0.0.1:52920<->127.0.0.1:13517
2016-07-25 16:29:06 DEBUG DefaultManagedHttpClientConnection:90 - http-outgoing-0: set socket timeout to 10800000
2016-07-25 16:29:06 DEBUG MainClientExec:255 - Executing request POST /session HTTP/1.1
2016-07-25 16:29:06 DEBUG MainClientExec:260 - Target auth state: UNCHALLENGED
2016-07-25 16:29:06 DEBUG MainClientExec:266 - Proxy auth state: UNCHALLENGED
2016-07-25 16:29:06 DEBUG headers:135 - http-outgoing-0 >> POST /session HTTP/1.1
2016-07-25 16:29:06 DEBUG headers:138 - http-outgoing-0 >> Content-Type: application/json; charset=utf-8
2016-07-25 16:29:06 DEBUG headers:138 - http-outgoing-0 >> Content-Length: 122
2016-07-25 16:29:06 DEBUG headers:138 - http-outgoing-0 >> Host: localhost:13517
2016-07-25 16:29:06 DEBUG headers:138 - http-outgoing-0 >> Connection: Keep-Alive
2016-07-25 16:29:06 DEBUG headers:138 - http-outgoing-0 >> User-Agent: Apache-HttpClient/4.5.1 (Java/1.8.0_77)
2016-07-25 16:29:06 DEBUG headers:138 - http-outgoing-0 >> Accept-Encoding: gzip,deflate
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 >> "POST /session HTTP/1.1[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 >> "Content-Length: 122[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 >> "Host: localhost:13517[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.5.1 (Java/1.8.0_77)[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 >> "[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:86 - http-outgoing-0 >> "{"desiredCapabilities":{"browserName":"chrome","chromeOptions":{"args":[],"extensions":[]},"version":"","platform":"ANY"}}"
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 << "Content-Length:689[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 << "Content-Type:application/json; charset=utf-8[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 << "Connection:close[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:72 - http-outgoing-0 << "[\r][\n]"
2016-07-25 16:29:06 DEBUG wire:86 - http-outgoing-0 << "{"sessionId":"8130f26be5faa0e88b1342ad068e1fd0","status":0,"value":{"acceptSslCerts":true,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"2.21.371459 (36d3d07f660ff2bc1bf28a75d1cdabed0983e7c4)","userDataDir":"C:\\Users\\rahal\\AppData\\Local\\Temp\\scoped_dir10508_15086"},"cssSelectorsEnabled":true,"databaseEnabled":false,"handlesAlerts":true,"hasTouchScreen":false,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"platform":"Windows NT","rotatable":false,"takesHeapSnapshot":true,"takesScreenshot":true,"version":"51.0.2704.103","webStorageEnabled":true}}"
2016-07-25 16:29:06 DEBUG headers:124 - http-outgoing-0 << HTTP/1.1 200 OK
2016-07-25 16:29:06 DEBUG headers:127 - http-outgoing-0 << Content-Length:689
2016-07-25 16:29:06 DEBUG headers:127 - http-outgoing-0 << Content-Type:application/json; charset=utf-8
2016-07-25 16:29:06 DEBUG headers:127 - http-outgoing-0 << Connection:close
2016-07-25 16:29:06 DEBUG DefaultManagedHttpClientConnection:81 - http-outgoing-0: Close connection
2016-07-25 16:29:06 DEBUG MainClientExec:103 - Connection discarded
我找到了错误报告的Jason数据
{ "sessionId": "8be0897af892264346d7d8f7b3e4e7fe", "status": 33, "value": { "message": "session not created exception\nfrom disconnected: received Inspector.detached event\n (Session info: chrome=51.0.2704.103)\n (Driver info: chromedriver=2.21.371459 (36d3d07f660ff2bc1bf28a75d1cdabed0983e7c4),platform=Windows NT 10.0 x86_64)" } }
我添加了Maven依赖项,如下所示
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>review-amender</groupId>
<artifactId>review-amender</artifactId>
<version>0.0.1-SNAPSHOT</version>
<description>This project intergrate Dataextractor,Preporcessore, RAUpgradeTest</description>
<build>
<!-- <sourceDirectory>src</sourceDirectory> -->
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>it.codegen.rnd</groupId>
<artifactId>data-extractor</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
由于任何异常,程序都不会终止,并且Chrome Web驱动程序也不会停止其工作过程。
当我从内部运行Selenium项目时,它运行良好。但即使我添加了必要的依赖项,也不是来自项目外部。
问题:为什么这个Selenium项目表现出不可预测的行为,是否因为Maven依赖问题而发生?
请帮忙
答案 0 :(得分:2)
我的猜测是你所看到的是由于maven依赖问题。我遇到了类似的问题,只要我们尝试访问它的cookie,Chrome WebDriver就会因为NumberFormatException而崩溃。根目录是一个不兼容的传递依赖(例如,它需要一个特定版本的依赖项,我们的项目正在拉一个旧版本,而且maven认为它一切正常)。在我们的例子中,修复是在我们运行selenium测试的测试项目中显式添加对正确版本的依赖。不幸的是,我不能比这更清楚,因为我不知道有关项目的maven依赖结构。试着看看:
mvn dependency:tree
然后检查Web驱动程序依赖项的版本。
此外看起来你正在使用chrome web驱动程序2.21和chrome 51.当前的chrome web驱动程序是2.22,发行说明声明它修复了chrome 51的许多问题
https://sites.google.com/a/chromium.org/chromedriver/downloads
编辑(添加):此外,不确定代码执行是否完全执行任何代码,但听起来如果开放工具处于打开状态就会发生异常,因为这会将Chrome WebDriver与Chrome浏览器断开连接。 getting selenium error - disconnected: received Inspector.detached event using chrome driver version 2.20.x
答案 1 :(得分:1)
当Chrome发布支持Chrome latest version 2.22(2016-06-06)
的{{1}}时,他们已经修复了一些区域。 更改包含许多错误修复,尤其是对于Chrome 51 + 。
有关更改的详细信息,请参阅notes。
他们已解决与会话相关的问题#1355
所以请更新您的Chrome驱动程序版本并使用更新的selenium版本。