Requirements for Running Selenium Tests
Before running Selenium tests, you need to get Selenium WebDriver. ReadyAPI will use it to connect to browsers.
Download the latest version of Java WebDriver from the Selenium website.
Unpack the archive.
Copy all
.jar
files to the<ReadyAPI installation>/bin/ext
folder.Note
All
.jar
files must be in theext
directory. ReadyAPI will not detect files in subdirectories.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.