Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Selenium WebDriver is a framework that facilitates web application automation. It makes direct calls to the browsers installed on the machine using the browsers' native driver. Each major browser provides its own implementation of the WebDriver interface (usually referred to as a "WebDriver," too).  The appropriate WebDriver is required for each browser your Selenium tests are written to execute. Refer to the System Requirements for a list of supported browsers and drivers. 

Scroll Ignore

Vimeo
Height450
Width800
URLhttps://player.vimeo.com/video/360900098


Downloading WebDrivers

Be sure to download the correct WebDriver for your browser version. 

...