Skip to content

Is there a way to get Appium to attempt to uninstall a driver 'only if' they exist? #16598

Answered by jlipps
tking16 asked this question in Q&A
Discussion options

You must be logged in to vote

With the new version of the Appium 2 beta you can also just manage dependencies as node modules in your project and not use the Appium CLI to manage them. I.e., you can just put appium and appium-uiautomator2-driver in your package.json and Appium should be able to find the driver. Then they can both be managed by your existing clean logic without having to worry about cleaning APPIUM_HOME as well.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@tking16
Comment options

@jlipps
Comment options

@jlipps
Comment options

@tking16
Comment options

Answer selected by tking16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants