Skip to content

Commit cc7e778

Browse files
Default to fastClear: false
Prefer a full uninstall/install because that will always work.
1 parent f54f145 commit cc7e778

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/appium_lib/driver.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ def android_capabilities
375375
name: @app_name || 'Ruby Console Android Appium',
376376
:'app-package' => @app_package,
377377
:'app-activity' => @app_activity,
378-
:'app-wait-activity' => @app_wait_activity || @app_activity
378+
:'app-wait-activity' => @app_wait_activity || @app_activity,
379+
fastClear: false # use adb uninstall/pm install not pm clear
379380
}
380381
end
381382

0 commit comments

Comments
 (0)