Difference between “verifyAlert” and “assertAlert” command in selenium
There are too many commands starting with “verify” and “assert” text. Both these commands are the same excluding one difference and that […]
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 […]