Skip to content

Commit 9a2cbbc

Browse files
committed
update readme
1 parent d01d531 commit 9a2cbbc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ download and unarchive the source tarball (Appium-Python-Client-X.X.tar.gz).
4141

4242
|Appium Python Client| Selenium binding| Python version |
4343
|----|----|----|
44+
|`4.3.0`+ |`4.26.0`+ | 3.8+ |
4445
|`3.0.0` - `4.2.1` |`4.12.0` - `4.25.0` | 3.8+ |
4546
|`2.10.0` - `2.11.1` |`4.1.0` - `4.11.2` | 3.7+ |
4647
|`2.2.0` - `2.9.0` |`4.1.0` - `4.9.0` | 3.7+ |
@@ -383,8 +384,9 @@ The `AppiumConnection` can set `selenium.webdriver.remote.client_config.ClientCo
383384
384385
## Relaxing read timeout
385386
386-
Appium Python Client has 120 seconds read timeout on each HTTP request since v4.3.0 as selenium bindings behavior change.
387-
You would get 120 seconds read timeout error in some test results.
387+
Appium Python Client has `120` seconds read timeout on each HTTP request since the version v4.3.0 because of
388+
the corresponding selenium bindings set the read timeout by default.
389+
A couple of methods below would help to configure the timeout.
388390
389391
1. Set `GLOBAL_DEFAULT_TIMEOUT` environment variable
390392
2. Configure timeout via `selenium.webdriver.remote.client_config.ClientConfig`

0 commit comments

Comments
 (0)