This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 4
Dec 2015

Please let me know How can i un-install 3rd party app by using Appium script and find below steps for your reference.

  1. Install 3rd party app
  2. open Main mane and long press on 3rd party app
  3. Drag to "Un-install"

here I'm not able to drag "un-install" location

please help me on this...

  • created

    Dec '15
  • last reply

    Dec '15
  • 3

    replies

  • 790

    views

  • 3

    users

I think there is no support from Appium. SO that I'm converitng into Feature.

Appium,

Please support , how to handle Un-install app from main menu.

14 days later

@Rahul_Rahul

With your steps,it is almost no.

Well you can use adb uninstall command if your basic requirement is to remove that application with below command
adb uninstall your-3rd-party-app-package