Forum Discussion

m_essaid's avatar
m_essaid
Valued Contributor
6 years ago

Disable IE confirmation for downloading a file

Hi there,

 

I'm new to Web testing but I did not found any previous thread about this,

I'm testing a website which allow to download a CSV file.

The problem is that when I click to download the file IE shows a confirmation dialog that TestComplete cannot interact with.

Could someone tell me how to interact or how to disable this confirmation dialog ?

Thank you very much,

Mehdi

2 Replies

  • AlexKaras's avatar
    AlexKaras
    Champion Level 3

    Hi Mehdi,

     

    Check the AutoPromptForFileDownload property of the IEZoneSettings Object.

    Note, that this will work for IE only and obviously will not work for Chrome and Firefox.