Possible Duplicate:
Access to file download dialog in Firefox
I'm using selenium and firefox to download a file from the internet. When i'm trying to download the file, i'm getting the download box which asking me if i want to save the file or "open with". I want to save the file but not automatically (want to rename the file name), i want the browser will ask me where to save the file. This option of "always ask where to save files" at the firefox settings is selected and still.. when i'm running the script with selenium it is not asking me and saving the file. How can i set the firefox profile to do this? and where can i see the all firefox profiles? THanks for helpers.