This section describes supported ways of automatic Selenoid UI startup.
Tip
|
To quickly run Selenoid UI type: $ ./cm selenoid-ui start |
Selenoid UI configuration algorithm is similar to Selenoid one - it can be started either in Docker container if you have Docker installed or as a standalone binary otherwise. Supported commands are:
Command | Meaning |
---|---|
args |
Print Selenoid UI command line arguments |
cleanup |
Removes Selenoid UI traces |
download |
Downloads Selenoid UI binary or container image |
start |
Starts Selenoid UI process or container (implies download) |
status |
Shows actual service status (whether Selenoid is downloaded or running) |
stop |
Stops Selenoid UI process or container |
update |
Updates Selenoid to latest version |
To see supported flags for each command append --help
:
$ ./cm selenoid start --help