Skip to content

Commit

Permalink
Update 03_Python_API.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wan-dl committed Feb 14, 2017
1 parent 6e383ec commit d69648e
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Appium/03_Python_API.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,23 @@
Appium Python Driver Api
==========================

使用 Appium Python Client进行测试。
使用 Appium Python Client进行测试。https://github.com/appium/python-client

https://github.com/appium/python-client
python查看appium webdriver help.

.. code-block:: python
>>> from appium import webdriver
>>> help(webdriver)
PACKAGE CONTENTS
common (package)
connectiontype
errorhandler
mobilecommand
switch_to
webdriver
webelement
Api: 元素定位
--------------------
Expand Down

0 comments on commit d69648e

Please sign in to comment.