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
.jarfiles to the<ReadyAPI installation>/bin/extfolder.Note
All
.jarfiles must be in theextdirectory. ReadyAPI will not detect files in subdirectories.Important
Starting from version 3.6, Selenium does not support the
guava-20.0.jardriver 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.