Remote::Bridge
# File lib/selenium/webdriver/iphone/bridge.rb, line 8 def initialize(opts = {}) remote_opts = { :url => opts.fetch(:url, DEFAULT_URL), :desired_capabilities => opts.fetch(:desired_capabilities, capabilities), } remote_opts[:http_client] = opts[:http_client] if opts.has_key?(:http_client) super remote_opts end
Generated with the Darkfish Rdoc Generator 2.