shovit magar
shovit magar

Reputation: 25

unable to invoke firefox gecko driver 0.20.1 with selenium 3.0.1 & firefox version 61.0.1

I am using framework and I am unable to invoke firefox gecko driver 0.20.1 with selenium 3.0.1 & firefox version 61.0.1. I want to know which gecko driver is compatible with selenium 3.0.1 & firefox version 61.0.1. i have tried all version of gecko driver from 0.16.1 till 0.21.1. But everytime it fail. My framework i correct as it is running in chrome.

Upvotes: 0

Views: 661

Answers (1)

Bhargav Marpu
Bhargav Marpu

Reputation: 296

If you want to work with firefox 61.0.1, I suggest you to upgrade the selenium. As per release notes of gecko driver v0.21.0 (latest version) Firefox 57 (and greater) & Selenium 3.11 (and greater) will work.

I am using gecko driver 0.21.0 with selenium 3.11 and able to work with FF 61.0.1

For detail compatibility of available versions of Gecko driver kindly refer the release note https://github.com/mozilla/geckodriver/releases Hope this helps..

Upvotes: 1

Related Questions