Skip to main content

Uninstall

Description

The command allows you to uninstall applications in run time.

Parameters

NameValueDescription
BundleId (iOS) / Application Activity (Android)stringThe app to uninstall

Usage

For good measure and for leaving behind you a clean environment, you can uninstall application that you used during the test.

Example

info

Replace <server> with the appropriate URL.

Usage of Uninstall Command

driver = new IOSDriver(new URL("<server>"), dc);
seetest = new SeeTestClient(driver);


...
...


seetest.uninstall("com.experitest.ExperiBank");