/// <summary> /// Treat this like a BVT of the page. If Validate does not pass, throw exception and console.writeline a return message into Test Class /// </summary> /// <returns>validated</returns> public override bool Validate() { return(SearchTextField.IsElementVisible()); }