We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c72b2a commit 699e9ecCopy full SHA for 699e9ec
1 file changed
sample-code/examples/python/README.md
@@ -5,6 +5,12 @@ These are simple samples of how to use Python to run Appium tests. It is suggest
5
6
Sauce Labs examples require at least version 0.12 of the Appium Python Client, which includes the `appium.SauceTestCase` base class.
7
8
+Install appium client library:
9
+
10
+```shell
11
+pip install Appium-Python-Client
12
+```
13
14
Usage:
15
16
```shell
0 commit comments