Skip to content

Commit c6c448d

Browse files
author
hezheng.hz
committed
add new script
1 parent 0a5bd9a commit c6c448d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/instruction.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
如何运行我的第一个用例来完成自动化测试
33

44
### 创建脚本
5+
1,创建一个新脚本
6+
![new](https://github.com/hoozheng/AndroidRobot/blob/master/doc/new.png)
57

6-
8+
2,编辑脚本如下
79
脚本内容:
810
\#_*_ coding: iso8859_1
911
\# Script API
@@ -18,6 +20,9 @@
1820
if \_\_name\_\_ == '\_\_main\_\_':
1921
    test()
2022

23+
### 添加设备
24+
25+
2126
### 创建任务
2227

2328
### 运行任务

doc/new.png

66.3 KB
Loading

0 commit comments

Comments
 (0)