Added: setClip
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
* `getTexts()` 获取屏幕上的文字列表, 返回一个java.util.List<String>。例如:
|
||||
* `getPackageName` 获取正在运行的应用包名
|
||||
* `getActivityName` 获取正在运行的Activity名称
|
||||
* `setClip(text)` 设置剪贴板文本
|
||||
```
|
||||
launchApp("微信");
|
||||
while(!click("通讯录"));
|
||||
|
||||
@@ -124,4 +124,5 @@
|
||||
<string name="text_edit">编辑</string>
|
||||
<string name="key_max_length_for_code_completion">key_max_length_for_code_completion</string>
|
||||
<string name="text_max_length_for_code_completion">代码补全最大文件长度</string>
|
||||
<string name="text_file_exists">文件已存在</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user