List of Selenium Commands With Examples Part – 1
Selenium IDE commands with examples There are many commands available in selenium IDE software testing tool. I have prepared one selenium commands […]
Selenium IDE commands with examples There are many commands available in selenium IDE software testing tool. I have prepared one selenium commands […]
“verifyEval” Command in selenium IDE plug in “verifyEval” Command is very useful when you want to compare two values or string especially […]
“assertElementPresent” Command Selenium assert element present command is useful to confirm element availability on page after user taking some action or navigate […]
“verifyLocation” Command Soometimes you need to check the URL of current selected window to perform some actions. In such cases, selenium has […]
There are too many commands starting with “verify” and “assert” text. Both these commands are the same excluding one difference and that […]
“answerOnNextPrompt” command Sometime if you seen , there is display text box with popup message to write some thing in message box. […]
“assertEditable” Command You can use “assertEditable” command with only and only input fields like text box, list box, drop downs etc. You […]
“assertTextPresent” command “assertTextPresent” command is useful for verifying and asserting selenium if given text is not present on page. It will return […]