Selenium IDE – Difference between “assertSelectedLabel” and “assertSelectedValue” Commands

Both “assertSelectedLabel” and “assertSelectedValue” are selenium IDE assertion commands. Both are working with list box and drop down. Some people thinking that both of them are same and i also received some requests from my blog reader to describe the difference between both of them. So, Let me try here to show you clear difference between … Read more

Selenium IDE “verifyConfirmation” and “assertConfirmation” Command Examples

Before reading this post about “verifyConfirmation” and “assertConfirmation” Command example, you must have to look at other verification Command and Assertion Command examples. “verifyConfirmation” and “assertConfirmation” both are working with confirmation message generated during previous action by selenium IDE. Click here to read – difference between “assert” and “verify” in selenium with examples. Let me describe “verifyConfirmation” and … Read more

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 IDE – “runScript” Command example to generate alert including variable value

In my previous post, I described how to generate alert message using “runScript” command in selenium IDE. In this example, Let we see how can we show variable value inside alert using “runScript” command. Copy paste bellow given example in your selenium IDE and run it. Example 2 : “runScript” Command With Variable In Script New … Read more