Uninstall
Description
The command allows you to uninstall applications in run time.
Parameters
Name | Value | Description |
---|---|---|
BundleId (iOS) / Application Activity (Android) | string | The 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.
- Public Continuous Testing Cloud - https://cloud.seetest.io/wd/hub/.
- Dedicated Continuous Testing Cloud environment - Your own domain. For example: https://company.experitest.com/wd/hub/
- On-premises Continuous Testing Cloud environment - Your designated URL. For example: https://company.com/wd/hub
Usage of Uninstall Command
driver = new IOSDriver(new URL("<server>"), dc);
seetest = new SeeTestClient(driver);
...
...
seetest.uninstall("com.experitest.ExperiBank");