Selenium – How to select window if window do not have title or name
Selecting new opened window using “selectWindow” command in selenium IDE is very easy if new window has title or name. Click here […]
Selecting new opened window using “selectWindow” command in selenium IDE is very easy if new window has title or name. Click here […]
Working with the multiple windows in selenium IDE is not hard. Many selenium IDE users asking me for this question so let me try […]
“selectPopUp” command “selectPopUp” command works same as “selectWindow“ command. Sometimes when you click on link then it is opening new window popup. […]
“waitForPopUp” Command Remember one thing that selenium IDE software automation testing tool can handle only one window at a time. When you […]