Skip to content

Instantly share code, notes, and snippets.

@jarib
Forked from rohitkadam19/selenium_on_ipad_ruby.rb
Created June 28, 2012 06:57
Show Gist options
  • Save jarib/3009590 to your computer and use it in GitHub Desktop.
Save jarib/3009590 to your computer and use it in GitHub Desktop.
Selenum webdriver on ipad real device
require 'net-http-spy'
require 'selenium-webdriver'
Net::HTTP.http_logger_options = {:verbose => true}
$DEBUG = true
driver = Selenium::WebDriver.for :remote, :url => "http://10.10.10.55:3001/wd/hub", :desired_capabilities => :ipad
@rohitkadam19
Copy link

Hey Jarib , I got solution to my problem regarding selenium webdriver on ipad.
It's working now.
So the iwebdriver doesn't support iOS version less than 5.0.
It only supports iOS versions 5.0 and above.
I installed iWebDriver project 'New ipad' whose version is 5.1 and it worked fine.
Can you please take a look at backward compatibility of iWebDriver project on ios version less than 5.0?
Thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment