Back
run-ide-script (clj)
(source)function
(run-ide-script driver source & [opt])
Run a Selenium IDE file.
See [Selenium IDE docs](/doc/01-user-guide.adoc#selenium-ide)
Arguments:
- `driver`: a driver instance;
- `source`: either a file path, or an `io/file`, or an `io/resource`;
- `opt`: a map of optional parameters:
- `:test-...` and `:suite-...` (`id`, `ids`, `name`, `names`)
are used for selection of specific tests. When not passed,
all the tests get run;
- `:base-url` the URL of the main page from which the tests start.
Use it override the default URL from an IDE file.