We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229d472 commit 37bc924Copy full SHA for 37bc924
lib/appium_lib_core/driver.rb
@@ -394,7 +394,7 @@ def setup_for_new_session(opts = {})
394
395
def start_driver(server_url: nil,
396
http_client_ops: { http_client: nil, open_timeout: 999_999, read_timeout: 999_999 })
397
- @custom_url ||= server_url || "http://127.0.0.1:#{@port}/wd/hub"
+ @custom_url = server_url || "http://127.0.0.1:#{@port}/wd/hub"
398
399
@http_client = get_http_client http_client: http_client_ops.delete(:http_client),
400
open_timeout: http_client_ops.delete(:open_timeout),
0 commit comments