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
Note: only the latest version is supported
QAF 3.0.1 and selenium 3.141.59
Steps To Reproduce
1. Trying to launch firefox browser
2. Using latest gecko driver for geckodriver-v0.33.0-win-aarch64
3. Firefox version is 114.0.1
Expected behavior
It should launch the browser.
Actual behavior
Timed out after 0 seconds: Unable to create driver instance in 1st attempt with retry timeout of 0 seconds. You can check/set value of 'driver.init.retry.timeout' appropriately to set retry timeout on driver initialization failure.
Tried to launch firefox with only selenium , its launching.
Is the issue reproducible on runner?
Maven yes
Eclipse yes
Test case sample
Please, share the test case (as small as possible) which shows the issue
The text was updated successfully, but these errors were encountered:
AshuAchhu
changed the title
Firefox browser is not launching after the auto update with qaf 3.0.1 and selenium 3.141.59 version.
Firefox browser is not launching after the auto update with qaf 3.0.1 and selenium 3.141.59 version. @qaf
Jun 22, 2023
try with latest selenium version. Latest selenium version supported with 4.0.0-RC1. 4.0.0-RC1 has known issue #444 so If you are using extra capabilities then try 4.0.0-SNAPSHOT.
QAF Version
Steps To Reproduce
Expected behavior
It should launch the browser.
Actual behavior
Timed out after 0 seconds: Unable to create driver instance in 1st attempt with retry timeout of 0 seconds. You can check/set value of 'driver.init.retry.timeout' appropriately to set retry timeout on driver initialization failure.
Tried to launch firefox with only selenium , its launching.
Is the issue reproducible on runner?
Test case sample
The text was updated successfully, but these errors were encountered: