Requirements for Running Selenium Tests

Applies to ReadyAPI 3.52, last modified on April 25, 2024

Before running Selenium tests, you need to get Selenium WebDriver. ReadyAPI will use it to connect to browsers.

  1. Download the latest version of Java WebDriver from the Selenium website.

  2. Unpack the archive.

  3. Copy all .jar files to the <ReadyAPI installation>/bin/ext folder.

    Note: All .jar files must be in the ext directory. ReadyAPI will not detect files in subdirectories.

  4. Starting from version 3.6, Selenium does not support the guava-20.0.jar driver shipped with ReadyAPI. You have to manually replace the old library with a newer one shipped with Selenium:

    Show steps

You do not need Maven or other build systems to run tests.

Highlight search results