Application info command

Retrieves the specified application property and can insert the value into a defined variable. Use the Property parameter to specify the webpage property to retrieve. Use the Property parameter to specify the application property, application version or orientation, to retrieve. Only one property value or performance value can be specified in each command.

The Response provides the value of the requested property value in the returnValue field.

Parameters

Name Type Possible values Description

Device ID*

String

 

The device for this command. By default, this is the device under test (DUT).

Property*

String

Source | Version | Orientation

The application property to retrieve. Can be source, application version, or orientation.

Timeout

Number

 

The time, in seconds, to wait for the application to retrieve the property.

Result variable

String

 

The variable to receive the retrieved values.

Report

String

All | All on error | Screenshot | Screenshot on error | Text | None

The value to display in the report.

Consider reducing the resolution in very long scripts that result in large report files.

Report image resolution

String

High | Medium | Low

The image resolution in the report.

Consider reducing the resolution in very long scripts that result in large report files.

Comment

String

 

Adds a comment to the script

On-fail Result*

Condition

Ignore | Break | Continue | Abort | Catch

The behavior when the command fails.

* Mandatory parameter