Sha256: 454c2905761ec3f0f36145076f32b48e81be0dc9392d51c904f25590d13b5848

Contents?: true

Size: 326 Bytes

Versions: 4

Compression:

Stored size: 326 Bytes

Contents

module Appium
  module Core
    class Base
      class CoreBridgeMJSONWP < ::Selenium::WebDriver::Remote::OSS::Bridge
        def commands(command)
          ::Appium::Core::Commands::COMMANDS_EXTEND_MJSONWP[command]
        end
      end # class CoreBridgeMJSONWP
    end # class Base
  end # module Core
end # module Appium

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
appium_lib_core-1.2.3 lib/appium_lib_core/common/base/msjsonwp_bridge.rb
appium_lib_core-1.2.2 lib/appium_lib_core/common/base/msjsonwp_bridge.rb
appium_lib_core-1.2.1 lib/appium_lib_core/common/base/msjsonwp_bridge.rb
appium_lib_core-1.2.0 lib/appium_lib_core/common/base/msjsonwp_bridge.rb