WebAii Validate Current URL October 20, 2010 by cryan.com Using Webaii, Use this code snip to validate the URL of the current page: // Validate URLStringAssert.Contains(ActiveBrowser.Url, "dev"); // URL Does Not Contain Assert.IsFalse(ActiveBrowser.Url.Contains("index.jsp")); Computers Permalink