You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my $driver = Selenium::Firefox->new(
remote_server_addr => $conf{host},
port => $conf{port},
);
i see this error
epplication-selenium | 09:07:39.949 INFO [LocalDistributor.newSession] - Session request received by the Distributor:
epplication-selenium | [Capabilities {acceptInsecureCerts: true}]
epplication-selenium | 09:07:40.077 WARN [SeleniumManager.lambda$runCommand$1] - You need to specify a browser or driver
epplication-selenium | 09:07:40.081 WARN [DriverServiceSessionFactory.apply] - Error while creating session with the driver service. Unable to obtain: Capabilities {acceptInsecureCerts: true}, error Command failed with code: 65, executed: [--browser, , --output, json]
epplication-selenium | You need to specify a browser or driver
The text was updated successfully, but these errors were encountered:
Geckodriver, for a long time had not removed the code to connect via earlier selenium connection strings. That's why it still worked. If that has changed, then things would indeed break the same way they do for the selenium 4 Jar.
nevertheless this probably means there are no viable workarounds to use this module any longer. I suppose that finally moves this up to the top of my list.
things keep changing and breaking my working setup and im trying to figure out the most recent change.
this is my selenium service, running in a container (image: selenium/standalone-firefox)
when i try to connect
i see this error
The text was updated successfully, but these errors were encountered: