Thanks pranab fr your kind reply. Nikhil i didnt understand and unable to write script as you said. I tried to find the open or save buttons using AutoIT tool but unfortunately without success. AutoIT detecting complete popup window as single window and there is no fifference when i try to find open or save button. Both having same element properties. For complete OS level popup its same/.and 'm unable to find elements using AutoIT tool so not able write script too. ​ Could you please explain in detail how to write script ?? On Sun, Apr 24, 2016 at 7:02 PM, Nikhil Srivastava wrote: > Hi Surinder, > > You can handle IE download popup using AutoIT. > > As File download is a OS-native dialog in IE and Selenium can't interact > with OS level popups so you need to handle it smartly. > > You need to call AutoIT script even before clicking on "Export to Excel" > link. > > Please follow below steps :- > > 1) Call AutoIT Script (Apply some wait in your AutoIT script, so your IE > window handle script will start after clicking on Export to Excel ) > 2) Click on Export to Excel using Selenium > > Let me know if you still facing any issues. > > Thanks, > Nikhil > > On Sun, Apr 24, 2016 at 1:00 PM, pranab singh wrote: > >> Hi >> I hope You are getting the open, save dialog using ie only. What >> happens if you use the same scenario in chrome.. I think it's downloaded >> just after clicking on export ri8..... >> I faced the same issue in my application, when i run in my local machine >> its pass,but when i used the same code in German server, it fails.. Nor >> robot, nor autoit worked for me.so i tried downloading the file only using >> chrome. After downloading i quit the chrome driver and continued the test >> using the same driver object,ie and Firefox >> >> Regards >> >> Pranab Chetri >> On 24 Apr 2016 12:51, "SuRiNdEr kOmIrE" wrote: >> >> Hi Serguei Kouzmine, >> >> Thanks for your kind reply. Using java i have designed framework. I know >> that downloading file using selenium is out of scope. >> To download we need to use third party tools. But using AuotIT also im >> unable download file. >> Could yo please provide any alternative method. >> Please check the below scenario. >> >> When i click on *"Export To Excel" *button, it will display below window >> which is not possible using selenium. >> >> >> >> I want to click on Open/Save button and i want to get that file in >> specific folder.​ >> >> >> Please provide valuable suggestions. >> Thanks in advance. :) >> * ​* >> >> >> On Sun, Apr 24, 2016 at 7:04 AM, Serguei Kouzmine < >> kouzmine.serguei@gmail.com> wrote: >> >>> Hello Komire >>> >>> With IE, File download is a OS-native dialog. Direct automation of those >>> is out of scope of Selenium itself, and is accomplished in different ways, >>> dependent on what is your test suite codebase. >>> For java, python or Ruby, autoit or sikuli is used most often, for C# >>> there are some projects automating the download dialogs via p/invoked >>> win32 calls. >>> >>> Serguei Kouzmine >>> >>> On Wednesday, April 20, 2016 at 4:51:52 AM UTC-4, SuRiNdEr Komire wrote: >>>> >>>> Could you please anyone help me in this matter. >>>> >>>> On Mon, Apr 18, 2016 at 11:55 AM, SuRiNdEr Komire >>>> wrote: >>>> >>>>> Hi All, >>>>> >>>>> I want to down load a file from application and store in desired >>>>> folder. >>>>> After that i want to read data from downloaded file and compare with >>>>> existing other excel data. >>>>> Could you please anyone help writing script !! >>>>> >>>>> -- >>>>> You received this message because you are subscribed to a topic in the >>>>> Google Groups "Selenium Users" group. >>>>> To unsubscribe from this topic, visit >>>>> https://groups.google.com/d/topic/selenium-users/xw0xgJ0GhDI/unsubscribe >>>>> . >>>>> To unsubscribe from this group and all its topics, send an email to >>>>> selenium-user...@googlegroups.com. >>>>> To post to this group, send email to seleniu...@googlegroups.com. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/selenium-users/ec3c34c5-d401-4ab7-b2f9-8dae27e1eaa1%40googlegroups.com >>>>> >>>>> . >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> >>>> >>>> -- >>>> *Thanks & Regards* >>>> *Surin Komire* >>>> >>> -- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "Selenium Users" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/selenium-users/xw0xgJ0GhDI/unsubscribe >>> . >>> To unsubscribe from this group and all its topics, send an email to >>> selenium-users+unsubscribe@googlegroups.com. >>> >>> To post to this group, send email to selenium-users@googlegroups.com. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/selenium-users/eb074a3a-98ad-4534-b45e-5a4fb556e645%40googlegroups.com >>> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> *Thanks & Regards* >> *Surin Komire* >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Selenium Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to selenium-users+unsubscribe@googlegroups.com. >> To post to this group, send email to selenium-users@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/selenium-users/CANXFWOic8ONXegXGHb8ZUMGVCj32KqPg2HTvfYJZKsE3qUvOvw%40mail.gmail.com >> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Selenium Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to selenium-users+unsubscribe@googlegroups.com. >> To post to this group, send email to selenium-users@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/selenium-users/CAKbxU%2BMB0HeJC5UqS_vffr%3Dtp0Hei3dQgxwR_mQxor%2B6td7jyA%40mail.gmail.com >> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Selenium Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/selenium-users/xw0xgJ0GhDI/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > selenium-users+unsubscribe@googlegroups.com. > To post to this group, send email to selenium-users@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/selenium-users/CAK8iK8TZrk1hmkvA7iFRqbQud2fiuwD_NOig-MjjUaScta0dww%40mail.gmail.com > > . > > For more options, visit https://groups.google.com/d/optout. > -- *Thanks & Regards* *Surin Komire*