Forum Discussion

xikandar's avatar
xikandar
Occasional Contributor
10 years ago

Save As button not recording in Test Complete... Help Needed !

Hi Friends,

 

I am new here, I am working on TC and trying to save a PDF document from browser but TC Run Test stops when pdf is loaded in browser and document is not saving automatically. I really need this one to be completed as I have an assignment to complete regarding TC evaluation for our office website.

1 Reply

  • baxatob's avatar
    baxatob
    Community Hero

    If you only need to check your file was downloaded into the file system, you can setup the browser to avoid all dialogs.

     

    E.g. for Firefox you can setup parameters this way *:

     

    browser.helperApps.neverAsk.saveToDisk = True
    browser.helperApps.neverAsk.openFile = True
    pdfjs.disabled = True <-------- This will disable the Adobe embeded plugin

     

    to open Firefox full settings list run about:config in the browser's address bar