We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53deb3 commit 68ceca7Copy full SHA for 68ceca7
appium/webdriver/webdriver.py
@@ -217,7 +217,7 @@ def __init__( # noqa: PLR0913
217
remote_server_addr=command_executor, keep_alive=keep_alive, ignore_certificates=not strict_ssl
218
)
219
client_config.remote_server_addr = command_executor
220
- command_executor = AppiumConnection(remote_server_addr=command_executor, client_config=client_config)
+ command_executor = AppiumConnection(client_config=client_config)
221
elif isinstance(command_executor, AppiumConnection) and strict_ssl is False:
222
logger.warning(
223
"Please set 'ignore_certificates' in the given 'appium.webdriver.appium_connection.AppiumConnection' or "
0 commit comments