Skip to content

Commit 09bec32

Browse files
committed
update doc
1 parent 70b299d commit 09bec32

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ $ curl -X POST -d '{"jsonrpc": "2.0", "id": "1f0f2655716023254ed2b57ba4198815",
5050
'naturalOrientation': True}
5151
```
5252

53+
# Resources
54+
- [Google UiAutomator Tutorial](https://developer.android.com/training/testing/ui-testing/uiautomator-testing?hl=zh-cn)
55+
- [Google UiAutomator API](https://developer.android.com/reference/kotlin/androidx/test/uiautomator/package-summary)
56+
- [Maven repository of uiautomator](https://mvnrepository.com/artifact/androidx.test.uiautomator/uiautomator)
57+
- [androidx.test.uiautomator release notes](https://developer.android.com/jetpack/androidx/releases/test-uiautomator)
58+
59+
Clipboard, Thanks to @fplust
60+
61+
- https://github.com/majido/clipper
62+
- https://github.com/appium/io.appium.settings/blob/5d3bc99ff35f3b816b4342395aba1bdea82ad48f/app/src/main/java/io/appium/settings/receivers/ClipboardReceiver.java
5363

5464
# The buildin input method
5565
**Fast input method**
@@ -156,16 +166,6 @@ If you have any idea, please email [email protected] or [submit tickets](htt
156166
157167
- [x] support unicode input
158168
159-
# Resources
160-
- [Google UiAutomator Tutorial](https://developer.android.com/training/testing/ui-testing/uiautomator-testing?hl=zh-cn)
161-
- [Google UiAutomator API](https://developer.android.com/reference/android/support/test/uiautomator/package-summary?hl=zh-cn)
162-
- [Maven repository of uiautomator-v18](https://mvnrepository.com/artifact/androidx.test.uiautomator/uiautomator-v18)
163-
164-
Clipboard, Thanks to @fplust
165-
166-
- https://github.com/majido/clipper
167-
- https://github.com/appium/io.appium.settings/blob/759d2febbc95a6832eb74fa0a4a56c5975dc694d/app/src/main/java/io/appium/settings/receivers/ClipboardReceiver.java#L30
168-
169169
# Thanks to
170170
- [xiaocong](https://github.com/xiaocong)
171171
- https://github.com/willerce/WhatsInput

0 commit comments

Comments
 (0)