All options except the driver instance are passed via command line arguments.
"-Dnl.script.name=my_name"
instead of -Dnl.script.name=my_name
.Argument |
Description |
---|---|
|
(Required) Any driver that returns a WebDriver interface.
or
|
|
(Optional) The API key to send to NeoLoad. Default: <none> |
|
(Required) The URL to the data exchange server on the NeoLoad Controller. Example: Default: |
|
(Optional) Prints various information from the Selenium proxy wrapper to standard out. Default: Example:
|
|
(Required) The URL to the Design API server on the NeoLoad Controller. Example: Default: http://localhost:7400/Design/v1/Service.svc/ |
|
(Optional and Deprecated) Specify this setting for the external data Entry. Default: deviceName from driver capabilities |
|
(Optional) The instanceID to use. Default: <date/time stamp> |
|
(Optional and Deprecated) Specify this setting for the external data Entry. Default: location from driver capabilities |
|
(Optional and Deprecated) Specify this setting for the external data Entry. Default: platformName and platformVersion from driver capabilities |
|
(Optional) This is used to set the naming policy. The argument must be URL, Title, or Action. URL: Use the last part of the URL as the Entry path. Title: Use the page title as the Entry path. Action: Use the last action as the Entry path. Actions can be link selections or clicks. Default: URL Example:
|
|
(Optional) Used in conjunction with the URL PathNamingPolicy. This specifies the regular expression used to extract a path from a URL. When multiple groups are used, all matching text from each group is used in the path. Default: (.*?)[#?;%].* Example: Note that this example becomes |
|
(Optional) Specify this setting for the external data Entry. Default outside of JUnit: SeleniumDelegate Default in a JUnit test: |
|
(Deprecated) Enables or disables creating and sending entries. Default: |
|
(Optional and Deprecated) browserName and browserVersion from driver capabilities |
|
(Optional) Overrides the key to retrieve the platform name from driver capabilities. Default: platformName |
|
(Optional) Overrides the key to retrieve the platform version from driver capabilities. Default: platformVersion |
|
(Optional) Overrides the key to retrieve the device name from driver capabilities. Default: deviceName |
|
(Optional) Overrides the key to retrieve the browser name from driver capabilities. Default: browserName |