SecurityValidation.Clear Method

Definition

Clear the stack of the certificate filter rules.

 public void Clear()

Examples

Tabs.SetSize (1645, 438);
DMBrowser tab0 = null;
Step (1, "Check Phone Number Availability Online » Phone Number Monitoring - https://www.phonenumbermonitoring.com/");
SecurityValidation.Deny(Version, Contains, "V3", true)
tab0 = Tabs.NewTab ();
tab0.GoTo ("https://www.phonenumbermonitoring.com/");
tab0.Link ("//A[normalize-space(@TITLE)=\"Client Login\"]", "(//A[normalize-space(text())=\"Client Login\"])[1]", "/HTML/BODY/DIV[1]/DIV/HEADER/DIV[2]/DIV/DIV/DIV/DIV/DIV/A").Click ();
SecurityValidation.Clear()
Step (2, "Login to Phone Number Monitoring - https://user.phonenumbermonitoring.com/");
tab0.Navigating ("https://user.phonenumbermonitoring.com/guest/ClientLogin.aspx");