GetInstalledApplications()
|
|
|
|
Return a list of applications installed on the device.
No parameters
The following table describes the meaning of each element in the output list depending on platform:
|
OS |
Content |
|
Android |
Package Name |
|
iOS |
Bundle Id |
|
Windows Phone |
Product Id |
Note: This command may be called only if you have set an active device (for example, using either SetDevice or WaitForDevice ).
We will run the command on iPhone 6 device to get a string of all applications on the device
String str0 = client.getInstalledApplications();string str0 = client.GetInstalledApplications();str0 = client.GetInstalledApplications ( )Reportvar0 = self.client.getInstalledApplications()my $str0 = $client->getInstalledApplications();