2

I am looking to download a file/report from a website to my local folder. I am using Selenium with C#. Until now I was able to click the download button, dialogue box open for Save as or open option. Can any one help me in Saving file to folder in MyDocuments via Firefox dialogue box?

Any help is really appreciated.

SliverNinja - MSFT
  • 31,051
  • 11
  • 110
  • 173
user1512496
  • 61
  • 1
  • 5
  • 2
    Seems the same as this question - http://stackoverflow.com/questions/1176348/access-to-file-download-dialog-in-firefox – Orn Kristjansson Jul 09 '12 at 16:12
  • "Until now" - why, what's changed? The latest Firefox version? There's [this old FAQ](http://wiki.openqa.org/display/SEL/Selenium+Core+FAQ#SeleniumCoreFAQ-HowdoIdownloadafile%3F) too. – Rup Jul 09 '12 at 16:13
  • Thanks for refrence. but this not work for me – user1512496 Jul 09 '12 at 17:59

1 Answers1

1

This is still an open enhancement request, so it shouldn't have ever worked for you unless you had something else handling the browser modal dialog.

http://code.google.com/p/selenium/issues/detail?id=95

Ken

kenki
  • 538
  • 3
  • 4