Selenium IDE- Using “openMultipleWindow” command and handle multiple windows

I hope you all are already aware about “selectWindow” command and all other previously published selenium IDE examples. If you have not viewed them then visit this link to view all examples step by step. I thinkĀ “openMultipleWindow” command will be new for most of selenium IDE users. Yes because “openMultipleWindow” is not built in command … Read more

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 to view example of “selectWindow” command with title as a target. If window has title then we can add it’s title in target field with “selectWindow” command and this way selenium can identify window. … Read more

Working And Handling Multiple Windows In Selenium IDE

Working with the multiple windows in selenium IDE is not hard. Many selenium IDE users asking me for this question so let me try to explain it. You need to handle multiple windows many time of software applications regression testing using selenium IDE or any other tools. As you all knows, selenium IDE is not too much … Read more