Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How can I test a download of an XML file using Firewatir? We were previously using a Win32OLE to test it, but that only works under Windows. We are now running under Ubuntu, so need help testing this under Ubuntu.

We'd like to be able to attach to a pop-up that seems to have no title or url, because it is a download window.

Thanks for the help.

share|improve this question

1 Answer

I recently had to download a bunch of files from a site. The easiest way to do it is to avoid download popups. Firefox > Preferences > Applications > Search > xml > change Always ask to Save File. When you click a link to a file, it will automatically be downloaded, no popups. You can also manually click a link to a xml file, and when popup appears select Save File, check Do this automatically... and click OK and Firefox will not ask again.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.