- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Where can I find a definitive Selenium WebDriver to Firefox Compatibility Matrix?
We can find a definitive Selenium webdriver to Firefox compatibility matrix. To verify the Firefox browser compatibility with the Selenium webdriver, note the Selenium webdriver version.
Then navigate to the link −
https://firefox−source−docs.mozilla.org/testing/geckodriver/Support.html.
Verify the Firefox version needed for the Geckodriver and Selenium.
For any compatibility related concerns, we can navigate to the link &minus
https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG
Also, there is a good matrix for support available in the link −
https://github.com/santiycr/selenium−firefox−support−matrix
- Related Articles
- How to hide Firefox window (Selenium WebDriver)?
- Where to find Selenium Webdriver release notes?
- How to set Proxy in Firefox using Selenium WebDriver?
- How does Selenium Webdriver handle SSL certificate in Firefox?
- How to get Firefox working with Selenium WebDriver on Mac OSX?
- Handle Firefox Not Responding While Using Selenium WebDriver With Python?
- How can I get Webdriver Session ID in Selenium?
- How can I handle multiple keyboard keys using Selenium Webdriver?
- How can I scroll a web page using selenium webdriver in python?
- How can I close a specific window using Selenium WebDriver with Java?
- How can I select date from a datepicker div using Selenium Webdriver?
- How can I clear text of a textbox using Python Selenium WebDriver?
- How can I verify Error Message on a webpage using Selenium Webdriver?
- How can I download Microsoft WebDriver/Edge Driver to use with Selenium?
- What can selenium WebDriver do?

Advertisements