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 27cb0ca commit 7823cd7Copy full SHA for 7823cd7
appium/webdriver/webdriver.py
@@ -211,7 +211,7 @@ def __init__( # noqa: PLR0913
211
):
212
if client_config is None:
213
# TODO: when command_executor is not string
214
- client_config = client_config or AppiumClientConfg(remote_server_addr=command_executor)
+ client_config = AppiumClientConfg(remote_server_addr=command_executor)
215
216
if isinstance(command_executor, str):
217
command_executor = AppiumConnection(remote_server_addr=command_executor, client_config=client_config)
0 commit comments