Method: Appium::Core::Driver#custom_url

Defined in:
lib/appium_lib_core/driver.rb

#custom_urlString (readonly)

Custom URL for the selenium server. If set this attribute, ruby_lib_core try to handshake to the custom url.
Defaults to false. Then try to connect to http://127.0.0.1:#{port}.

Returns:

  • (String)


134
135
136
# File 'lib/appium_lib_core/driver.rb', line 134

def custom_url
  @custom_url
end