I get this error when testing using Capybara in a Rails app, but I am able to reproduce the error (405 HTTP method not allowed) when starting geckodriver manually and running curl commands.
When using --log trace to start geckodriver, nothing is logged on the request to create the virtual authenticator.
Please let me know if anything is missing.
System
Version: 0.34.0
Platform: macOS Sonoma 14.5 ARM
Firefox: 128.0 (64-bit)
Selenium: ruby v3.3.3, selenium 4.22.0
Testcase
geckodriver -b /Applications/Firefox.app/Contents/MacOS/firefox --log trace
# => 1720726945422 geckodriver INFO Listening on 127.0.0.1:4444
I get this error when testing using Capybara in a Rails app, but I am able to reproduce the error (
405 HTTP method not allowed
) when startinggeckodriver
manually and runningcurl
commands.When using
--log trace
to startgeckodriver
, nothing is logged on the request to create the virtual authenticator.Please let me know if anything is missing.
System
Testcase
options.json:
authenticator.json:
Stacktrace
Trace-level log