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

How to use table commands “waitForTable” and “storeTable” in selenium IDE

“waitForTable” and “storeTable” are html table related commands. Both have different functions. As name suggest, “waitForTable” is useful to waiting for table data and we can use “storeTable” to store table data in to variable. You can take a look at other “store” Commands and “waitFor” Commands for your reference. Supposing you have a table and … Read more