Hi, Here is my thoughts. As we know Selenium WD can't handle this. So to deal with windows dialog we can take leverage of Sikuli, u need to integrate with eclipse to make use of relevant methods.
Regards, Kiran Edupuganti, PMP On 5 Jun 2014 17:12, "Venkat Kandula" <[email protected]> wrote: > Hi All, > > How to Handle Browser Popup (During the Download) using Java and Selenium > Web Driver. > > Currently we scrap the data from Websites using Web driver (Selenium)with > Java, during that Scrapping we need to do some download process (i.e XML > and PDF file Download, ), let me know how will handle the Browser Popup > (save As Dialog) using Java. > > driver.findElement(By.xpath("//div[@class='tree-item']/div[text()='201406 > - RateFile'")).click(); > > After clicking that Rate file link, it will open a "Save as.." popup. How > do we go to that popup and do testing on that? > > Please find the attached screen shot. > > Thanks in advance. > > Thanks, > Venkat > > > -- > -- > You received this message because you are subscribed to the Google > "QTP - HP Quick Test Professional - Automated Software Testing" > group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "QTP - HP Quick Test Professional - Automated Software Testing" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en --- You received this message because you are subscribed to the Google Groups "QTP - HP Quick Test Professional - Automated Software Testing" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
