Are you actually doing authorized work on this Apple website?. Are you compliant with the terms of use agreements? http://www.apple.com/legal/internet-services/terms/site.html
Your Use of the Site You may not use any “deep-link”, “page-scrape”, “robot”, “spider” or other automatic device, program, algorithm or methodology, or any similar or equivalent manual process, to access, acquire, copy or monitor any portion of the Site or any Content, or in any way reproduce or circumvent the navigational structure or presentation of the Site or any Content, to obtain or attempt to obtain any materials, documents or information through any means not purposely made available through the Site. Apple reserves the right to bar any such activity. On Friday, January 16, 2015 at 12:37:03 PM UTC-6, Mohan MK wrote: > > Hi All, > > I am new using selenium-webdriver. Using Testwise , selenium-webdriver, > RSpec to trying to automate http://store.apple.com/us/buy-ipad/ipad-air-2 > <http://www.google.com/url?q=http%3A%2F%2Fstore.apple.com%2Fus%2Fbuy-ipad%2Fipad-air-2&sa=D&sntz=1&usg=AFQjCNFT3mZts10Cz_y4RUfmhfp6vmqzvA> > > site > basically the combination of Finish, Storage and Connectivity and > verifying the summary generated. > > @browser.find_element(:id, "Item1silver").click > @browser.find_element(:id, "Item216gb").click > @browser.find_element(:id, "Item3wifi").click > > Summary i get would be : iPad Air 2 Wi-Fi 16GB - Silver > > > _______________________________________________________________________________________________________ > > Problem is, i am sucessfully able to run the script on FireFox, but when i > run the same on Chrome i get following error > > F > Failures: > 1) Test Suite New Test Case > Failure/Error: @browser.find_element(:id, Item1silver).click > Selenium::WebDriver::Error::UnknownError: > unknown error: Element is not clickable at point (712, 406). Other element > would receive the click: > ... > (Session info: chrome=39.0.2171.95) > (Driver info: chromedriver=2.13.307647 > (5a7d0541ebc58e69994a6fb2ed930f45261f3c29),platform=Windows NT 6.1 SP1 x86) > > is there any better way than browser.find_element that i can use so that > the script runs on both FireFox as well as Chrome. > > Please let me know. Thanks in advance > > M.K.Mohan > -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
