aboutsummaryrefslogtreecommitdiff
path: root/examples/ex4_uiautomator
diff options
context:
space:
mode:
authorDavid T.H. Kao <dthkao@gmail.com>2017-08-15 21:52:46 -0700
committerGitHub <noreply@github.com>2017-08-15 21:52:46 -0700
commita6f4252d923aae9b3a43c27fa9da7a2d6b7375dc (patch)
tree7929510786b85ecd93752f750c5aa985c39150f4 /examples/ex4_uiautomator
parent5250e7084185fc35fd6d8c6da8681b0d772c88f5 (diff)
downloadmobly-snippet-lib-a6f4252d923aae9b3a43c27fa9da7a2d6b7375dc.tar.gz
Add all examples to top level readme and massage descriptions. (#67)
* Add all examples to top level readme and massage descriptions. * edits * Addressing comments * comments
Diffstat (limited to 'examples/ex4_uiautomator')
-rw-r--r--examples/ex4_uiautomator/README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/examples/ex4_uiautomator/README.md b/examples/ex4_uiautomator/README.md
index 7da8a2b..3189b59 100644
--- a/examples/ex4_uiautomator/README.md
+++ b/examples/ex4_uiautomator/README.md
@@ -1,11 +1,13 @@
# UIAutomator Snippet Example
-This example shows you how to create snippets that automate the UI of another
-app using UIAutomator, without access to its source code or classpath.
-
-This snippet is written as a standalone snippet which does not target any other
-app. In particular, it doesn't need to target the app under test, so it doesn't
-need its classpath or to be signed with the same key.
+This example shows you how to create snippets that control the UI of a device
+across system and multiple app views using UIAutomator. Unlike Espresso-based
+UI automation, it does not require access to app source code.
+
+This snippet is written as a [standalone snippet](../ex1_standalone_app/README.md)
+and does not target another app. In particular, it doesn't need to target the
+app under test, so it doesn't need its classpath or to be signed with the same
+key.
See the [Espresso snippet tutorial](../ex2_espresso/README.md) for more
information about the app this example automates.