iOS - Uninstall WebDriver App after session is finished?

Is there a way I can tell appium to uninstall the WebDriver app from my device after the session is over (or right before the session closes)? I frequently have to uninstall the WebDriver app and restart the phone to get my tests to run smoothly and I want to automate this process if possible.

useNewWDA cap is added in appium 1.7.0. It should do what you are looking for

1 Like

Hadn’t seen that, thanks!