Skip to content

Command Line Options

Nick Abalov edited this page Dec 15, 2015 · 4 revisions

Following command-line options are supported (none of them is required).


--port=PORT

Port to listen on. Default: 9999.


--url-base=URL-BASE

Base URL path prefix for commands, e.g. wd/url. Default is empty (no prefix used).


--verbose

Log verbosely. Increases logging level to DEBUG.


--log-path=FILE

Write log to specified file instead of stdout, increases log level to INFO. Default is empty (logging to stdout).


--bound-device-name=DEVICE_NAME

Strict name of emulator to bind with driver. Driver will be able to start sessions only on this device, if session will specify deviceName that is not a substring of bound device name, then an error will occur. Use this option to run tests in parallel on different driver-emulator pairs connected to Selenium Grid on same host.


--nodeconfig=FILE

Configuration JSON file to register driver with Selenium Grid.


--ping-timeout=TIMEOUT

Timeout in millisecond for each ping request send by driver to InnerServer. Can be overridden by desired capability pingTimeout. Increase it if you experience Could not connect to the InnerServer and sure that InnerServer has started successfully. Default: 2500.