Webdriver | IE9 | Configure automatic download files

I need to test the download action. I already set up remote webdrivers for FF and Chrome browsers to automatically download files without any misses and pop-ups. But I can not find useful information - how to enable file autoload for IE9.

What I tried:

  • Find possible ways to configure the driver itself. Nothing was found: no features, no options, no cmd args.
  • Find the settings on the Security tab. I already checked it and found that the settings for this were removed for IE9.
  • use such registry keys, but this does not help (found here ):

HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Internet Settings \ Zones \ 2202 = 0x0

and this:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Internet Explorer \ Main \ FeatureControl \ FEATURE_RESTRICT_FILEDOWNLOAD \ iexplore.exe = 0x00000000

Who knows how to solve it? This is real?

+5
source share
1 answer

Unfortunately, I recently ran into this problem. I'm afraid to say that this is not good news.

IE8 and below, it was different, simply because it was a new window with which you could interact.

IE9, now it's built-in "Frame Notification Bar"

You can click the "Save" button using PInvoke ... see this topic:

fooobar.com/questions/523936 / ...

Watin, , Watin . , , , IE, , "". , , - , .

, #. Java, -, , "":

http://docs.oracle.com/javase/1.4.2/docs/api/java/awt/Robot.html

, , , Save.

, - .

, , FF Chrome , . , , .

, IE9, Chrome Firefox? , .

, - Selenium.

AutoIT. AutoIT flaky.

+3

All Articles