Method: Appium::Core::Driver#port

Defined in:
lib/appium_lib_core/driver.rb

#portInteger (readonly)

Appium’s server port. 4723 is by default. Defaults to DEFAULT_APPIUM_PORT.
Provide { appium_lib: { port: 8080 } } to Appium::Core.for. :custom_url is prior than :port if :custom_url is set.

Returns:

  • (Integer)

145
146
147
# File 'lib/appium_lib_core/driver.rb', line 145

def port
  @port
end