Skip to content

Instantly share code, notes, and snippets.

@JamesMGreene
Last active April 14, 2016 11:56
Show Gist options
  • Save JamesMGreene/a9bd8ea92a856cda199ed6ec61467b92 to your computer and use it in GitHub Desktop.
Save JamesMGreene/a9bd8ea92a856cda199ed6ec61467b92 to your computer and use it in GitHub Desktop.
WebDriver Download URLs and info for all desktop WebDriver instances

General Selenium download info available on SeleniumHQ

Edge

Must run the installer:

Safari

Must run the installer:

Opera

Blink-based

Works for opera@>=26.0

Presto-based

Works for opera@>=11.00 <=12.16

Chrome

Chrome Stable

Works for chrome@>=46 <=50

Use ChomeDriver

Chrome Beta

Use ChromeDriver but specify Chrome binary path using the "binary" capability for ChromeOptions

Chrome Dev

Use ChromeDriver but specify Chrome binary path using the "binary" capability for ChromeOptions

Chrome Canary (Nightly)

Use ChromeDriver but specify Chrome binary path using the "binary" capability for ChromeOptions

Chromium

Use ChromeDriver but specify Chrome binary path using the "binary" capability for ChromeOptions

Internet Explorer

Works for ie@>=7 <=11

Use IEDriverServer (download available from SeleniumHQ)

Firefox

Firefox Stable

Use FirefoxDriver [bundled with the "Selenium Standalone Server" JAR file] (download available from SeleniumHQ)

Firefox Beta

Use FirefoxDriver but specify Firefox binary path using the "firefox_binary" capability

Firefox Developer Edition (a.k.a. Firefox Aurora)

Use FirefoxDriver but specify Firefox binary path using the "firefox_binary" capability

Firefox Nightly

Use FirefoxDriver but specify Firefox binary path using the "firefox_binary" capability

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment