环境:
Selenium webdriver,TestNG,Maven
当我运行我的脚本时,我得到了这个错误:
org.openqa.selenium.WebDriverException:未知错误:丢失或无效的'entry.level'(会话信息:chrome=63.0.3239.132)(驱动程序信息:chrome驱动程序=2.29.461591(62ebf098771772160f391d75e589dc567915b233),平台=Windows NT 6.3.9600x86_64)(警告:服务器未提供任何堆栈跟踪信息)命令持续时间或超时:0毫秒构建信息:版本:'3.9.1',修订版:'63f7b50',时间:'2018-02-07T22:25:02.294Z'系统信息:主机:'OWNER',ip:'1x6.1x8.1.1x4',os.name:'Windows 8.1',os.arch:'amd64',os.version:'6.3',java.version:'1.8。0_131'驱动程序信息:org.openqa.selenium.chrome.ChromeDriverGooglechrome在我的机器上运行版本63.0.3239.132(官方构建)(64位)Java版本
依赖关系:
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.9.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.opencsv/opencsv -->
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>3.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
<version>3.9.1</version>
</dependency>
</dependencies>
请告知如何修复错误?
你只需要改变你的
chromedriver=2.29.461591
到最新的chrome驱动程序。
问题内容: Sendkeys不起作用。请帮我解决这个问题。 安慰: 驾驶员信息: 问题答案: 我看到了同样的问题。仅在使用Chrome 65(当前:开发人员通道)时出现此问题。使用Chrome 64(稳定通道和Beta通道),一切正常。 原来我安装了旧的chromedriver。具体来说,我用用。将撞色的chromedriver 运行到2.35.528157,现在问题已解决。希望这可以帮助! TL
最新版本的量角器(4.0.9)、chromedriver(2.24)、chrome(54.0)。在执行browser.navigate().back()时,我们可以观察到以下错误。 失败:未知错误:丢失或无效的arg值(会话信息:chrome=54.0.2840.71)(驱动程序信息:chromeDrive=2.24.417431 (9aea000394714d2fbb20850021f6204f
问题内容: 我正在尝试运行一个selenium测试,该测试应该可以正常工作(没有更改并且以前可以正常工作),但是我遇到了这个奇怪的错误。 这是什么“丢失或无效的’entry.level’”错误,我该如何解决? 问题答案: 我通过将chrome驱动程序更新到最新版本(在撰写本文时为v2.34)解决了这一问题。 您可以在此处获取chromedriver:https://sites.google.com
我在centos上运行无头chrome,无头chrome版本2.38和google-chrome-稳定版本67.0 chrome选项: 最后一行给出以下给定错误消息: 我已经验证了chrome和chromedriver版本,它是兼容的。无法理解为什么它没有在centos上运行?同样的代码在mac上运行良好 聚甲醛
问题内容: 问题答案: 您需要升级Chromedriver版本,因为您使用的版本不支持您使用的Chrome版本。 最新版本可在此处下载: https://sites.google.com/a/chromium.org/chromedriver/downloads
我试图通过DropBox系列中提供的API启用Dropbox操作 这里是生成的url: https://api.dropbox.com/1/metadata/sandbox/public/2WayServiceOverview.pdf?oauth_consumer_key=XXXXXX 当然有些数据我替换不分享所有:-) 授权通过后,我获得访问代码,然后得到{“错误”:“无效或缺少签名”} 文件p