- Saravanakumarm1986
- Posts : 7
Join date : 2012-08-24
Window Handler mesage or Dialog box is not handling in Selenium Webdriver usign Safari or IE
Thu Jun 20, 2013 3:33 pm
Hi Guys,
I created a new script for Safari and IE broswer. In middle of the script, i need to do operation called refresh. When we refreshing the page , it throwing the windows or broswer handler dialog box
" Your Browser session will be revalidated
Are you sure you want to reload this page
Leave a page
Stay on this page"
Above message is getting while refreshing the page. So i implemented the Code wasÂ
"driver.manage().deleteAllCookies();
Thread.sleep(1000);
driver.navigate().refresh();
driver.switchTo().alert().accept();
Thread.sleep(2000);"
This code is working fine in the Google chrome and Firefox. But it is not working in the Safari and IE. Anybody can you tell me how resolve this issue and any sample code for handling the windows. Its very urgent
Regards
Saravana
I created a new script for Safari and IE broswer. In middle of the script, i need to do operation called refresh. When we refreshing the page , it throwing the windows or broswer handler dialog box
" Your Browser session will be revalidated
Are you sure you want to reload this page
Leave a page
Stay on this page"
Above message is getting while refreshing the page. So i implemented the Code wasÂ
"driver.manage().deleteAllCookies();
Thread.sleep(1000);
driver.navigate().refresh();
driver.switchTo().alert().accept();
Thread.sleep(2000);"
This code is working fine in the Google chrome and Firefox. But it is not working in the Safari and IE. Anybody can you tell me how resolve this issue and any sample code for handling the windows. Its very urgent
Regards
Saravana
- Cannot navigate to a HTML modal window using Selenium Webdriver
- Closing Upload Window in selenium Webdriver
- How to handle Window popups in selenium webdriver
- Error : I could not able to switch parent window to overlay window because that it throws No element exception found. We are using the webdriver :- 2.45.1 Please some one can help to resolve this issue, thanks in advance.
- Unable to switch to parent window in selenium Webdriver
Permissions in this forum:
You cannot reply to topics in this forum