isAppInstalled
Check if an app is installed.
Usage
1 | browser.isAppInstalled(bundleId); |
Parameters
Param | Type | Details |
---|---|---|
bundleId | String | ID of bundled app |
Example
1 | it('should check if app is installed', function () { |
Check if an app is installed.
1 | browser.isAppInstalled(bundleId); |
Param | Type | Details |
---|---|---|
bundleId | String | ID of bundled app |
1 | it('should check if app is installed', function () { |