Skip to content

Commit f529113

Browse files
Merge pull request #118 from justingrammens/master
Need to add the missing commas for the Android example in readme for it ...
2 parents d55a2f5 + 297cdfc commit f529113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Appium::Driver.new(app).start_driver
4040

4141
# Start Android driver
4242
apk = {
43-
device: :android
43+
device: :android,
4444
app_path: '/path/to/the.apk',
4545
app_package: 'com.example.pkg',
4646
app_activity: '.act.Start',
@@ -56,7 +56,7 @@ Appium.promote_appium_methods Object
5656
# Example of automating Settings preinstalled app on Android
5757
# Find these values using arc then type current_app
5858
apk = {
59-
device: :android
59+
device: :android,
6060
app_path: '',
6161
app_package: 'com.android.settings',
6262
app_activity: '.Settings',

0 commit comments

Comments
 (0)