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/ext folder.Note: All
.jarfiles must be in the ext directory. ReadyAPI will not detect files in subdirectories. -
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.

Show steps