Skip to main content

GetInstalledApplications

Description

Use this command to get a list of applications installed on the device.

Usage

info

Replace <server> with the appropriate URL.

GetInstalledApplications

DesiredCapabilities dc = new DesiredCapabilities();
driver = new AndroidDriver(new URL("<server>"), dc);
seetest = new SeeTestClient(driver);
dc.setCapability(MobileCapabilityType.UDID, "deviceid");

...
...
seetest.getInstalledApplications();