Skip to content

Commit d52e243

Browse files
committed
add comment
1 parent b7fdaa4 commit d52e243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appium/webdriver/webdriver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def __init__(
212212
client_config: Optional[AppiumClientConfig] = None,
213213
):
214214
if isinstance(command_executor, str):
215+
# Do not keep None to avoid warnings in Selenium which can prevent with ClientConfig instance usage.
215216
if client_config is None:
216217
client_config = AppiumClientConfig(remote_server_addr=command_executor)
217218
# To prevent generating RemoteConnection in selenium

0 commit comments

Comments
 (0)