Ruby Watir Gem, Timing Out on Form Input
问题 I'm practicing webscraping using Watir, Mechanize and Nokigiri gems. I'm running into an issue with my Watir script. My plan is to get a list of prices from flights via http://tripadvisor.com/. When I run the script, the Chrome browser opens as it should, the script proceeds to fill out the first parts of the form, origin and destination and then it halts. Here is the error message I'm getting: This code has slept for the duration of the default timeout waiting for an Element to be present.