

The general approach to install a browser driver is downloading a rightĭriver, such as chromedriver for Chrome, and placing it intoĪ directory that is in PATH. More information aboutĭrivers can be found from Selenium documentation. Selenium also when not using SeleniumLibrary.

These are the exact same drivers you need to use with Operating system specific browser drivers for all those browsers you Browser driversĪfter installing the library, you still need to install browser and See Robot Framework installation instructions for detailed informationĪbout installing Python and Robot Framework itself. Please note that installation will take some time, because pip willĬlone the SeleniumLibrary project to a temporary directory and then To install latest source from the master branch, use With recent versions of pip it is possible to install directly from the To install the last legacy Selenium2Library version, use this command instead: pip install robotframework-selenium2library=1.8.0 That allows importing Selenium2Library in tests while migrating to

Selenium2Library version that is just a thin wrapper to SeleniumLibrary. The above command installs the normal SeleniumLibrary as well as a new It is exposed also as Selenium2Library: pip install -upgrade robotframework-selenium2library Those migrating from Selenium2Library can install SeleniumLibrary so that The -upgrade option can be omitted when installing the library for the

Versions, but you still need to install browser drivers separately. Running this command installs also the latest Selenium and Robot Framework The recommended installation method is using pip: pip install -upgrade robotframework-seleniumlibrary See keyword documentation for available keywords and more informationĪbout the library in general. See the Versions and History sections below for more information aboutĭifferent versions and the overall project history. Selenium2Library and then later renamed back to SeleniumLibrary. SeleniumLibrary is based on the old SeleniumLibrary that was forked to In addition to the normal Python interpreter, it works also SeleniumLibrary works with Selenium 3 and 4. SeleniumLibrary is a web testing library for Robot Framework that
