Selenium IDE “verifyNotLocation” and “assertNotLocation” Commands with examples
“verifyNotLocation” and “assertNotLocation” Commands works in opposite way of “verifyLocation” and “assertLocation” commands in selenium IDE software. All four commands are assertion commands in selenium IDE and useful for verification of current web page URL verification. Let me explain both commands with example for better understanding. “verifyNotLocation” Command “verifyNotLocation” command will fail if current page URL match … Read more