File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -382,15 +382,15 @@ driver = webdriver.Remote(custom_executor, options=options)
382382
383383The ` AppiumConnection` can set ` selenium.webdriver.remote.client_config.ClientConfig` as well.
384384
385- # # Relaxing read timeout
385+ # # Relaxing HTTP request read timeout
386386
387387Appium 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.
388+ the corresponding selenium binding version .
389+ You have two methods to extend the read timeout.
390390
3913911. Set ` GLOBAL_DEFAULT_TIMEOUT` environment variable
3923922. Configure timeout via ` selenium.webdriver.remote.client_config.ClientConfig`
393- - ` timeout` argument or
393+ - ` timeout` argument, or
394394 - ` init_args_for_pool_manager` argument for ` urllib3.PoolManager`
395395
396396# # Documentation
You can’t perform that action at this time.
0 commit comments