Selenium cannot control download confirmation. However, it can specify the file path directly in the file download field if you use the "privileged" browser mode for IE or Firefox. If you use the default * iexplore and * firefox modes with Selenium RC 1.0 beta 2, just try entering the file path directly into the form field. I do it myself and it works great.
source
share