GNU/Linux Ubuntu 21.10 Installing GeckoDriver – QuickStart Guide
Hi! The Tutorial shows you Step-by-Step How to Install GeckoDriver WebDriver in Firefox in Ubuntu 21.10 Impish GNU/Linux Desktop.
Gecko Driver for Ubuntu 21.10 provides the HTTP API described by the WebDriver protocol to communicate with Gecko browsers, such as Firefox. It translates calls into the Firefox remote protocol by acting as a proxy between the local- and remote ends.
And the major advantage of using GeckoDriver as opposed to the default Firefox Web Driver is Compatibility.
Because GeckoDriver uses W3C WebDriver protocol to communicate with Selenium. W3C is a universally defined standard for Web Driver.
So Finally, GeckoDriver results to be Compatible with every Firefox Browser Version.
-
1. Launching Shell Emulator
Open a Terminal window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands).
Contents