Silk Mobile

Table of Contents (Homepage)

GetDeviceInformation

GetDeviceInformation()

images/images/os-icons/os_ios_150x150.png

images/images/os-icons/os_android_150x150.png

images/images/os-icons/os_windows_150x150.png

images/images/os-icons/os_blackberry_150x150.png

Description

Returns a string in XML format containing all the device's information. These properties can be used in order to identify the device when using the WaitForDevice command.

Note: The command can be used on both devices connected locally and devices connected using SeeTest Cloud.

Parameters

No parameters on command.

Code Examples

Java Example
String str0 = client.getDevicesInformation();
C# Example
string str0 = client.GetDevicesInformation();
VBScript Example
str0 = client.GetDevicesInformation ( )
Report
Python Example
var0 = self.client.getDevicesInformation()
Perl Example
my $str0 = $client->getDevicesInformation();