We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d55a2f5 + 297cdfc commit f529113Copy full SHA for f529113
readme.md
@@ -40,7 +40,7 @@ Appium::Driver.new(app).start_driver
40
41
# Start Android driver
42
apk = {
43
- device: :android
+ device: :android,
44
app_path: '/path/to/the.apk',
45
app_package: 'com.example.pkg',
46
app_activity: '.act.Start',
@@ -56,7 +56,7 @@ Appium.promote_appium_methods Object
56
# Example of automating Settings preinstalled app on Android
57
# Find these values using arc then type current_app
58
59
60
app_path: '',
61
app_package: 'com.android.settings',
62
app_activity: '.Settings',
0 commit comments