Exemple #1
0
 public void SearchText(string text)
 {
     page.SearchText(text);
     driverHelper.PerformVisualAssertion(TestContext.CurrentContext.Test.MethodName);
 }