Hi I'm trying to download image
ff = Watir::Browser.new :firefox
ff.goto(url)
x = ff.image(:id,'logo')
x.save('/Users/.../1.gif')but nothing is done. How to store images using watir-webdriver ? -- 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]
