-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Description
What happened?
Steps to Reproduce:
- Uninstall Firefox browser from windows machine
- Provide Firefox option and provide browserVersion let us say 115
- Initialize Firefox driver using above firefox options
- Trigger the execution
Actual Result:
Unable to download firefox browser 115
Expected Result:
As per latest functionality Browser binary should be downloaded alongside geckodriver and execution should take place
Additional Details:
I tried running Selenium Manager in Debug mode: there I saw browser is getting downloaded in cache section but it is unable to locate gecko driver which is also available in .cache
What browsers and operating systems are you seeing the problem on?
os.name: 'Windows 11', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.20.1'
Framework:
Selenium with Java and JDK used 11 and 17 both.
Error:
Exception in thread "main" org.openqa.selenium.remote.NoSuchDriverException: Unable to obtain: Capabilities {acceptInsecureCerts: true, browserName: firefox, browserVersion: Optional.empty, moz:debuggerAddress: true, moz:firefoxOptions: {}}, error Command failed with code: 65, executed: [--browser, firefox, --output, json, --browser-version, 115]
firefox 115 cannot be downloaded