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 9262c78 commit f56de0dCopy full SHA for f56de0d
appium/webdriver/webdriver.py
@@ -184,7 +184,8 @@ def _get_remote_connection_and_client_config(
184
The custom command executor's one will be prior than the given client config.
185
"""
186
if not isinstance(command_executor, str):
187
- # Custom command executor will be prior than the given one.
+ # client config already defined in the custom command executor
188
+ # will be prior than the given one.
189
return (command_executor, None)
190
191
# command_executor is str
0 commit comments