module Appium::Core

def self.for(*args)

Other tags:
    See: Appium::Core::Driver.for -
def self.for(*args)
  Core::Driver.for(*args)
end