Пример #1
0
 public static void CloseUpdateCheckDialog(Ranorex.Core.RxPath myPath, Ranorex.Core.Element myElement)
 {
     //Report.Info("Found popup warningWizard dialog windows1");
     Report.Failure("Found popup WarningWizard dialog windows");
     //myElement.CaptureCompressedImage();
     Report.Screenshot("WarningWizard", myElement, true);
     myElement.As <Ranorex.Button>().Click();
 }
 public void CloseUpdateCheckDialog(Ranorex.Core.RxPath myPath, Ranorex.Core.Element myElement)
 {
     myElement.As <Ranorex.Button>().Click();
 }