예제 #1
0
 public void SubmitTokenPage()
 {
     try
     {
         SubmitButton.MouseClick();
     }
     catch (Exception e)
     {
         throw new Exception("Unable to submit the button.." + e.Message);
     }
 }