简体   繁体   English

org.openqa.selenium.SessionNotCreatedException:无法找到匹配的功能集

[英]org.openqa.selenium.SessionNotCreatedException: Unable to find a matching set of capabilities

I am not able to figure out the error over here: I am using Gecko 0.16 with Selenium 3.4 on Saucelabs with FF54. 我无法找出此处的错误:我在带有FF54的Saucelabs上将Gecko 0.16和Selenium 3.4一起使用。

Here is the console output: 这是控制台输出:

org.openqa.selenium.SessionNotCreatedException: Unable to find a matching set of capabilities
14:19:13 Build info: version: '3.4.0', revision: 'unknown', time: 'unknown'
14:19:13 System info: host: 'jenkins-big-slave001.clearslideng.com', ip: '10.170.113.99', os.name: 'Linux', os.arch: 'amd64', os.version: '4.9.20-11.31.amzn1.x86_64', java.version: '1.8.0_112'
14:19:13 remote stacktrace: stack backtrace:
14:19:13    0:           0x4f99ad - backtrace::backtrace::trace::h45ace4059cd74233
14:19:13    1:           0x4f9e92 - backtrace::capture::Backtrace::new::hb5a725a088a2a2fc
14:19:13    2:           0x439c38 - geckodriver::marionette::MarionetteHandler::create_connection::h3eac9ab4802e2cd0
14:19:13    3:           0x442539 - <geckodriver::marionette::MarionetteHandler as webdriver::server::WebDriverHandler<geckodriver::marionette::GeckoExtensionRoute>>::handle_command::hec53c2ea4656249d
14:19:13    4:           0x434924 - webdriver::server::start::{{closure}}::he5e71944552dea53
14:19:13    5:           0x405f87 - std::panicking::try::do_call::h061d4025362f1291
14:19:13    6:           0x5b567a - panic_unwind::__rust_maybe_catch_panic
14:19:13                         at /buildslave/rust-buildbot/slave/stable-dist-rustc-musl-linux/build/src/libpanic_unwind/lib.rs:98
14:19:13    7:           0x416fd7 - <F as alloc::boxed::FnBox<A>>::call_box::hf93806550e6c682e
14:19:13    8:           0x5ade94 - alloc::boxed::{{impl}}::call_once<(),()>
14:19:13                         at /buildslave/rust-buildbot/slave/stable-dist-rustc-musl-linux/build/src/liballoc/boxed.rs:624
14:19:13                          - std::sys_common::thread::start_thread
14:19:13                         at /buildslave/rust-buildbot/slave/stable-dist-rustc-musl-linux/build/src/libstd/sys_common/thread.rs:21
14:19:13                          - std::sys::imp::thread::{{impl}}::new::thread_start
14:19:13                         at /buildslave/rust-buildbot/slave/stable-dist-rustc-musl-linux/build/src/libstd/sys/unix/thread.rs:84

Run into the same problem. 遇到同样的问题。 Just update to latest versions. 只需更新到最新版本。 At the moment of writing this, FF 56.0.1, Gecko 0.19.0 WebDriver 3.6.0 在撰写本文时,FF 56.0.1,Gecko 0.19.0 WebDriver 3.6.0

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 org.openqa.selenium.SessionNotCreatedException:在尝试使用Selenium v​​3.8.1启动Firefox时找不到匹配的功能集 - org.openqa.selenium.SessionNotCreatedException: Unable to find a matching set of capabilities while trying to launch Firefox with Selenium v3.8.1 Selenium(OSX 和 Linux)抛出错误 org.openqa.selenium.SessionNotCreatedException:会话未创建:找不到匹配的功能 - Selenium(OSX and Linux) thowing error org.openqa.selenium.SessionNotCreatedException: session not created: No matching capabilities found org.openqa.selenium.SessionNotCreatedException:所需功能错误 - org.openqa.selenium.SessionNotCreatedException: desired capabilities error org.openqa.selenium.SessionNotCreatedException - org.openqa.selenium.SessionNotCreatedException org.openqa.selenium.SessionNotCreatedException - org.openqa.selenium.SessionNotCreatedException SeleniumError:org.openqa.selenium.SessionNotCreatedException - SeleniumError : org.openqa.selenium.SessionNotCreatedException org.openqa.selenium.SessionNotCreatedException 与 Appium - org.openqa.selenium.SessionNotCreatedException with Appium Appium _org.openqa.selenium.SessionNotCreatedException - Appium _org.openqa.selenium.SessionNotCreatedException org.openqa.selenium.SessionNotCreatedException:无法通过 Selenium 和 Java 使用 GeckoDriver 和 Firefox 创建会话错误 - org.openqa.selenium.SessionNotCreatedException: Unable to create session error using GeckoDriver and Firefox through Selenium and Java Selenium 3.0 Firefx 驱动程序因 org.openqa.selenium.SessionNotCreatedException 失败:无法创建新的远程会话 - Selenium 3.0 Firefx Driver fails with org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM