- gkpandiActive particpant
- Posts : 14
Join date : 2013-05-23
How to handle download dialog using Selenium IDE?
Sat Jul 06, 2013 10:19 am
Hi All,
I have a web page which contains a [b style="font-weight: bold;"]download link[/b]. If I click on the link, download dialog window will be launched and asking [b style="font-weight: bold;"]save[/b] or [b style="font-weight: bold;"]cancel[/b].
If I click on [b style="font-weight: bold;"]Save [/b]button, file will get downloaded otherwise, it will be closed if I click on [b style="font-weight: bold;"]Cancel [/b]button.
But, [b style="font-weight: bold;"]Selenium IDE[/b] is capturing any actions performed in the dialog window.
Please tell how to handle this situation using [b style="font-weight: bold;"]Selenium IDE[/b].
Thanks in advance.
I have a web page which contains a [b style="font-weight: bold;"]download link[/b]. If I click on the link, download dialog window will be launched and asking [b style="font-weight: bold;"]save[/b] or [b style="font-weight: bold;"]cancel[/b].
If I click on [b style="font-weight: bold;"]Save [/b]button, file will get downloaded otherwise, it will be closed if I click on [b style="font-weight: bold;"]Cancel [/b]button.
But, [b style="font-weight: bold;"]Selenium IDE[/b] is capturing any actions performed in the dialog window.
Please tell how to handle this situation using [b style="font-weight: bold;"]Selenium IDE[/b].
Thanks in advance.
- Ajay
- Posts : 3
Join date : 2013-07-16
Re: How to handle download dialog using Selenium IDE?
Tue Jul 16, 2013 8:17 pm
Hi,
Frankly speaking even I have researched a lot on this topic and even tried a lot but nothing could finally work out ..and according to me Selenium IDE does not provide any function to handle the download popup and on the contrary the upload popup works well...Strange but true..
Frankly speaking even I have researched a lot on this topic and even tried a lot but nothing could finally work out ..and according to me Selenium IDE does not provide any function to handle the download popup and on the contrary the upload popup works well...Strange but true..
Re: How to handle download dialog using Selenium IDE?
Mon Sep 16, 2013 7:34 pm
it is not possible to handle windows generated pop-up by selenium like download.
But you can use autoit with selenium RC or webdriver to handle download pop-up.
autoit will locate that pop-up by its co-ordinate.
But you can use autoit with selenium RC or webdriver to handle download pop-up.
autoit will locate that pop-up by its co-ordinate.
Permissions in this forum:
You cannot reply to topics in this forum