in reply to Re: Handling Save Dialog Box
in thread Handling Save Dialog Box

I am trying to automate a web browser. I am using WWW::Selenium to do this..

Replies are listed 'Best First'.
Re^3: Handling Save Dialog Box
by jkva (Chaplain) on Aug 19, 2008 at 09:27 UTC
    I must confess I am not too familiar with WWW::Selenium.

    If there is no way to gain control over the dialog window, you seem out of luck.

    Perhaps then a different approach would be to have another routine save the file you want by analyzing the page html? Perhaps also looking at WWW::Mechanize would be an option.

    Good luck!

      Well, the presence of javascripts makes life difficult when using WWW::Mechanize. That is why I am looking into WWW::Selenium now.. Anyways, thanks.. :)