Skip to content

Commit 85e9924

Browse files
author
马飞
committed
add android auto test
1 parent 2f677e3 commit 85e9924

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,13 @@ A Simple Example
7373
"os_type": "iOS"
7474
}
7575
]
76-
 
76+
77+
.. code-block:: python
78+
79+
element = Element()
80+
adb = ADB()
81+
adb.touch(element.findElementByName(u"继续安装"))
82+
7783
Learn more
7884
-----------
7985

0 commit comments

Comments
 (0)