@@ -50,6 +50,16 @@ $ curl -X POST -d '{"jsonrpc": "2.0", "id": "1f0f2655716023254ed2b57ba4198815",
50
50
' naturalOrientation' : True}
51
51
```
52
52
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
53
63
54
64
# The buildin input method
55
65
** Fast input method**
@@ -156,16 +166,6 @@ If you have any idea, please email
[email protected] or [submit tickets](htt
156
166
157
167
- [x] support unicode input
158
168
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
-
169
169
# Thanks to
170
170
- [xiaocong](https://github.com/xiaocong)
171
171
- https://github.com/willerce/WhatsInput
0 commit comments