Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 508 Bytes

installation.rst

File metadata and controls

17 lines (11 loc) · 508 Bytes

Installation

behave-webdriver can be installed via pip.

pip install behave-webdriver

Using webdrivers

Selenium requires that you provide executables for the webdriver you want to use. Further, unless you specify the path to the binary explicitly, selenium expects that this executable is in PATH. See these driver installation notes for more details.