qaf icon indicating copy to clipboard operation
qaf copied to clipboard

Firefox browser is not launching after the auto update with qaf 3.0.1 and selenium 3.141.59 version. @qaf

Open AshuAchhu opened this issue 1 year ago • 1 comments

QAF Version

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

AshuAchhu avatar Jun 21 '23 10:06 AshuAchhu

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.

cjayswal avatar Jul 12 '23 21:07 cjayswal