Method: Appium::Core::DirectConnections#path

Defined in:
lib/appium_lib_core/driver.rb

#pathstring (readonly)

Returns a path for webdriver such as /hub/wd

Returns:

  • (string)

    Returns a path for webdriver such as /hub/wd



94
95
96
# File 'lib/appium_lib_core/driver.rb', line 94

def path
  @path
end