- sunny patelActive particpant
- Posts : 11
Join date : 2012-05-03
Age : 39
Location : Ahmedabad , India
any way to test pop-up window in Selenium IDE.
Wed May 16, 2012 4:21 pm
on my product detail page,their are one link & if we click on that
it open one pop-up. so their are any way to test pop-up window in
Selenium IDE while recording or any manual process.
it open one pop-up. so their are any way to test pop-up window in
Selenium IDE while recording or any manual process.
Re: any way to test pop-up window in Selenium IDE.
Wed May 16, 2012 4:28 pm
after link click event use command
then perform next operation on window.
Here you have to identify new window / pop-up before executing any operation on it.Above command will do this.
- Code:
click link=test
pause 5000
selectWindow window name
then perform next operation on window.
Here you have to identify new window / pop-up before executing any operation on it.Above command will do this.
- sarathkc11
- Posts : 1
Join date : 2012-05-15
Re: any way to test pop-up window in Selenium IDE.
Wed May 16, 2012 7:53 pm
Command Target Value
click Give XPATH of button
selectwindow Give Title of the Popup
Do ur operations and get back the control to maon window
selectwindow Give title of main window
click Give XPATH of button
selectwindow Give Title of the Popup
Do ur operations and get back the control to maon window
selectwindow Give title of main window
Permissions in this forum:
You cannot reply to topics in this forum