@api private
# File lib/selenium/webdriver/iphone/bridge.rb, line 12 def initialize(opts = {}) warn 'The iPhone driver is reprecated - please use http://appium.io/ or http://ios-driver.github.io/ios-driver/ instead' 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.