“runScript” Command Example To Change Title Of Page In Selenium IDE

“runScript” command can be used for the different purpose in different condition. You can use it to run any java script in selenium IDE. View my previous 3 posts where i have described how to use “runScript” command for different purpose. Today we are taking one example of changing page title using “runScript” command. Run … Read more

Selenium IDE – “runScript” command example to split drop down label string

“runScript” command Example 1 and Example 2 will describe you how to generate alert message in selenium IDE. Now let we go at next step. Supposing i have a drop down containing labels Volvo, Saab, Opel, Audi, Toyota and Renault. I want to pick one specific label from it to store it in to variable to … Read more

Selenium IDE “storePrompt” and “verifyPrompt” commands with example

Before learning “storePrompt” and “verifyPrompt” commands, you should be aware about the difference between alert, confirmation and prompt. You will see 3 buttons on this link. 1. Show me Confirmation, 2. Show Me Alert and 3. Show Me Prompt. Press each one by one and see difference between them. Prompt message is combination of confirmation message … Read more

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