Beispiel #1
0
 public void ClickOnSetupMenu()
 {
     if (SetUp.Displayed)
     {
         SetUp.Click();
         Thread.Sleep(3000);
     }
     else
     {
         throw new Exception("Element is not found or not clickable");
     }
 }