selenium-Installing WebDriver binaries


title: “Installing WebDriver binaries”
weight: 2

To execute your project and control the browser you need to have
browser-specific WebDriver binaries installed.

Download the [WebDriver binary]({{< ref “/documentation/webdriver/getting_started/install_drivers/” >}})
supported by your browser and place it in the
[System PATH]({{< ref “/documentation/webdriver/getting_started/install_drivers/” >}}).

官方链接为:/documentation/webdriver/getting_started/install_drivers/