HI! Breaking brain 3rd day...
I'm trying to download file( a .zip archive) by url.
How can I do this by htmlunit:
server = Selenium::Server.new(“merlion/selenium-server-
standalone-2.0b2.jar”, :background => true)
server.start
capabilities =
Selenium::WebDriver::Remote::Capabilities.htmlunit(:javascript_enabled
=> true)
browser = Watir::Browser.new(:remote, :url => “http://127.0.0.1:4444/
wd/hub”, :desired_capabilities\
=> capabilities)

catalog_url = “https://url″
browser.goto(catalog_url)

So, how can I specify a path to save the archive and how to manage
saving flow(something like autoit for windows)?

Please, help!

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to