Beispiel #1
0
 public static void WhenIClickedOnTheCreateNewLink(string linkName, string frame)
 {
     try
     {
         GenericTestStep.StepToClickedOnTheLink(linkName, frame);
     }
     catch (Exception e)
     {
         GenericHelper.Logs(e.ToString(), "FAILED");
         throw new Exception(e.ToString());
     }
 }