ContributionsMost RecentMost LikesSolutionsWorking with MS Word Documents using Test Complete 8.2.Hi All, Im working on Automating a windows application using TC 8.2. In my application, after certain process, I will get a MS Word Document containing the output. I need to go through the word document, and check the values in the Word Document. How can I do it? Can I capture or recognize the values from the Word Doc and compare it with the results I have. Please help me with this. Thanks, Udhay S. Re: Issue with capturing the Save As dialog and get the file name in IE 8.Hi Tanya, The issue with the IE Save As dialog is solved with deleting the "*" Class in the UI Automation too. Thank U for ur support. Thanks, Udhay S.Re: Issue with capturing the Save As dialog and get the file name in IE 8.Hi Tanya, Thanks 4 ur Reply. I have added DirectUIHWND class to the MSAA settings and it is checked. Even with setting, the TC is not able to capture the window in less than 3 or 4 mins. Thanks, Udhay S.Issue with capturing the Save As dialog and get the file name in IE 8.Hi, I;'m working on automating a Web Application using TC 9.10. I have a scenario to download the reports and save it locally. I'm using IE 8 for automating this web app. The problem is when Im saving the document, Im trying to get the name of the document, edit the name and the location and then save it to the machine.While trying to get the document name, the TC is taking a lot of time to capture the Save As window and to get the document name. The object name from which Im trying to get the file name is "Sys.Browser("iexplore").UIAObject("Save_As").Window("DUIViewWndClassName", "", 1).UIAObject("Explorer_Pane").Window("FloatNotifySink", "", 1).UIAObject("File_name_").wtext". Please help me with this to increase the time taken to capture the object. Thanks, Udhay S Re: Working with Internet Explorer 9 to download and save a file.Hi Thanya., Thanks for your reply. The solution seems to be working fine. Thanks, Udhay. Working with Internet Explorer 9 to download and save a file.HI All, I'm working on automating a Web application using Test Complete 9.10. In my application, I have a scenario which is to open a report, and save the report in the local machine. I'm using IE 9 and when I tried to save the report, I'm not able to capture the UI for IE's save dialog which is visible in the bottok of the IE screen. I have attached the screenshot showing the issue Im facing. Here Im trying to capture the save button object. Please help me on how to work on the IE 9 save file dialog. Thanks, Udhay.Solved