“verifyNotAlert” and “assertNotAlert” Commands With Examples In Selenium IDE
“verifyNotAlert” and “assertNotAlert” are assertion commands of selenium IDE. Both are works opposite to “verifyAlert” and “assertAlert” commands. First of all you […]
“verifyNotAlert” and “assertNotAlert” are assertion commands of selenium IDE. Both are works opposite to “verifyAlert” and “assertAlert” commands. First of all you […]
“runScript” command can be used for the different purpose in different condition. You can use it to run any java script in […]
“runScript” command Example 1 and Example 2 will describe you how to generate alert message in selenium IDE. Now let we go at […]
Before learning “storePrompt” and “verifyPrompt” commands, you should be aware about the difference between alert, confirmation and prompt. You will see 3 buttons […]