

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
