Requirements for Running Selenium Tests

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. Important

    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:

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

Publication date: