-
-
Save jarib/3009590 to your computer and use it in GitHub Desktop.
Selenum webdriver on ipad real device
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
commented
Jun 28, 2012
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