File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
3893911. Set ` GLOBAL_DEFAULT_TIMEOUT` environment variable
3903922. Configure timeout via ` selenium.webdriver.remote.client_config.ClientConfig`
You can’t perform that action at this time.
0 commit comments