Source
61
61
.SH DESCRIPTION
62
62
.B zabbix_js
63
63
is a command line utility that can be used for embedded script testing.
64
64
.SH OPTIONS
65
65
.IP "\fB\-s\fR, \fB\-\-script\fR \fIscript\-file\fR"
66
66
Specify the file name of the script to execute. If '-' is specified as file name, the script will be read from stdin.
67
67
.IP "\fB\-p\fR, \fB\-\-param\fR \fIinput\-param\fR"
68
68
Specify the input parameter.
69
69
.IP "\fB\-i\fR, \fB\-\-input\fR \fIinput\-file\fR"
70
70
Specify the file name of the input parameter. If '-' is specified as file name, the input will be read from stdin.
71
+
.IP "\fB\-w\fR, \fB\-\-webdriver\fR \fIurl\fR"
72
+
Specify the webdriver URL.
71
73
.IP "\fB\-l\fR, \fB\-\-loglevel\fR \fIlog\-level\fR"
72
74
Specify the log level.
73
75
.IP "\fB\-t\fR, \fB\-\-timeout\fR \fItimeout\fR"
74
76
Specify the timeout in seconds. Valid range: 1\-60 seconds (default: 10)
75
77
.IP "\fB\-h\fR, \fB\-\-help\fR"
76
78
Display this help and exit.
77
79
.IP "\fB\-V\fR, \fB\-\-version\fR"
78
80
Output version information and exit.
79
81
.SH "EXAMPLES"
80
82
\fBzabbix_js \-s script-file.js \-p example \fR