The IE Recorder action condition definition file is used to define the IE Recorder's action conditions. This file is read when the IE Recorder starts.
[IE Recorder]
replay_wait=replay-wait-time
operation_name=operation-name, recording-target-tag, attribute-name=attribute-value
address_bar= initial-URL-of-Addressbar
ie_rec_browser_mode=Internet-Explorer-version-for-using-IE-Recorder
Table 7-30 Definition in the IE Recorder section
Key name | Mandatory | Value to be specified |
---|---|---|
replay_wait ((0 to 99))(seconds)<<1>> | -- | Specifies the wait time to replay for each operation in seconds. If this item is omitted, the wait time to replay is 1 (second). Specifies this item to replay slowly. |
operation_name ((operation name, recording target tag [, attribute, ...]))#2 | -- | Specifies the operation name, the standard recording tag name, and the attribute#1 that are displayed in the Operation List. Note that validity checking is not performed on the specified tag, attribute name and value. |
address_bar ((URL))#3 | -- | Specifies the URL to be displayed in the drop-down list of Addressbar. If you specify the URL beginning with other than the protocol identifier (http:// or https://), the specified URL with the protocol identifier (http://) is displayed in the drop-down list. If you specify the URLs to use frequently in this item, you can use the IE Recorder addressbar like a bookmark. |
ie_rec_browser_mode#4 ((IE7, IE8, IE9, or IE10)) | -- | Specifies the Internet Explorer version for using the IE Recorder. Before specifying this item, check the Internet Explorer version supported by the monitoring target and the version of Internet Explorer installed in an environment in which PFM - Agent for Service Response is installed. Internet Explorer 7 is the default version.
If a value is not specified or if an invalid value is specified, the default version(Internet Explorer 7) is used. |
The following is an example of the IE Recorder action condition definition file:
[IE Recorder]
replay_wait=0
operation_name=Click link,a
operation_name=Click button,button
operation_name=Select check box,input,type=radio
operation_name=Select check box,input,type=checkbox
operation_name=Enter text,input,type=text
operation_name=Enter text,input,type=password
operation_name=Enter text,input,type=file
operation_name=Click button,input,type=submit
operation_name=Click button,input,type=reset
operation_name=Click button,input,type=button
operation_name=Click button,input,type=image
operation_name=Select value,select
operation_name=Enter text,textarea
address_bar=
ie_rec_browser_mode=