“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 […]
“runScript” command can be used for the different purpose in different condition. You can use it to run any java script in […]
This guide will show you how to use the runScript command in Selenium IDE to execute custom JavaScript during test execution. You’ll […]
Selenium IDE is open source regression testing tool and has many different commands for controlling regression testing flow of your software web […]
“assertSelectOptions” and “assertNotSelectOptions” commands are useful to assert that required values in list box are selected or not. Few days back, I had […]