“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 – “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

Selenium IDE – How to use runScript command in different ways with examples

This guide will show you how to use the runScript command in Selenium IDE to execute custom JavaScript during test execution. You’ll learn when and how to apply runScript for advanced scenarios, such as modifying page elements or triggering events dynamically. Many blog readers were asking me for “runScript” command examples. Finally i got some … Read more