Skip to content

Commit 1f31754

Browse files
Restore readme
1 parent 1e7a4c3 commit 1f31754

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

readme.md

+13
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@ Appium::Driver.new(apk).start_driver
5252
Appium.promote_appium_methods Object
5353
```
5454

55+
```ruby
56+
# Example of automating Settings preinstalled app on Android
57+
# Find these values using arc then type current_app
58+
apk = {
59+
device: :android
60+
app_path: '',
61+
app_package: 'com.android.settings',
62+
app_activity: '.Settings',
63+
app_wait_activity: '.Settings'
64+
}
65+
Appium::Driver.new(apk).start_driver
66+
```
67+
5568
#### iOS env vars
5669

5770
- `APP_PATH` Path to the .app folder

0 commit comments

Comments
 (0)