|
Select and Close "PDF" Popup Window: msg#00060web.selenium.user
Hi All, At first I want to say that ‘Selenium’ is a grateful program for automatic testing. Thanks for developers. But I have one problem. There are many links in the testing site, which loads PDF document in new window(see script below). So in Selenium I use the following command: selectWindow(Name of Window) and close, but ‘PDF’ Popup Window doesn't select and close. I don't know if ‘Close’ Command works correctly, because I can not focus in window. I heard that when PDF document loaded in Popup Window, this window wasn't a HTML but Win32 window. And else, if popup window is appearing without any action(click on buttons or links) but with Javascript(onload example), then there is no possible to select focus on this popup. Could You help me? What should I do? <script language="javascript"> function OpenPopup() { var MyWin = window.open("C:/Test/00002170.pdf", "MyWinID", "width=600, height=400, menubar=yes, status=yes, scrollbars=no, toolbar=yes, location=no, resizable=no"); } </script> Best regards, Nikolay Predko, Quality Engineer, NIX Solutions Ltd MSN: Nikko-8WX+Xy0mVKnMohDmgNdYFA@xxxxxxxxxxxxxxxx ICQ: 174716602 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: selenium failure: 00060, Guillaume Boudreau |
|---|---|
| Next by Date: | RE: links: 00060, Chen, Shu-Dan |
| Previous by Thread: | Select and Close "PDF" Popup Windowi: 00060, Nikko |
| Next by Thread: | RE: Select and Close "PDF" Popup Window: 00060, Guillaume Boudreau |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |