Adapter Configuration |
Configuration options are passed by defined argument strings specified with GetOptions()
and SetOptions()
. Configuration options fall into two categories: those defined by Robot and those defined by an adapter. Robot-defined option arguments have the format
where option-argument
is a defined string and value
is a setting (settings are relevant for some but not all options). A value
setting is a string that cannot contain commas or semicolons (spaces are okay).
Adapter-defined options have the format
Neither of the three arguments can contain internal commas or semicolons.
The two types of arguments, which can be intermixed, are separated by semicolons. For example, the following argument returned in response to GetOptions()
indicates that the adapter supports two Robot-defined options and one adapter-defined option:
RECORD_SPLIT;
TEST_SCRIPT_TYPE, RSR_SCRIPT_TYPE_JAVA;
SERVER_USERNAME,system,Username for privileged operations
Session Recording Extensibility Reference | Rational Software Corporation |
Copyright (c) 2003, Rational Software Corporation | http://www.rational.com support@rational.com info@rational.com |