Sha256: c686c0c3718490ea83050e5983f004892e08d520c7d0a5b07dfa388164460f27
Contents?: true
Size: 502 Bytes
Versions: 3
Compression:
Stored size: 502 Bytes
Contents
module FlickrExample def run_flickr_scenario(options) browser.open "/" page.location.should match(%r{http://images.google.com/}) page.type "q", options[:search_string] page.click "btnG", :wait_for => :page page.click "link=Advanced Image Search", :wait_for => :page page.click "rimgtype4" page.click "sf" page.select "imgc", "full color" page.click "btnG", :wait_for => :page page.text?(options[:search_string].split(/ /).first).should be_true end end
Version data entries
3 entries across 3 versions & 3 rubygems