예제 #1
0
        public override PluginExecutionResult PerformAction()
        {
            WaitForAvailable(ShortTimeout);

            Thread.Sleep(HumanTimeSpan);
            if (NextButton1164Button.Click() != ResultCode.Passed)
            {
                return(new PluginExecutionResult(PluginResult.Failed, string.Format("Failed to proceed beyond {0} Screen", ScreenName)));
            }
            return(new PluginExecutionResult(PluginResult.Passed));
        }
예제 #2
0
 public void WaitForAvailable(int timeout)
 {
     HPAccessControlWindow.WaitForAvailable(timeout);
     NextButton1164Button.WaitForAvailable(timeout);
 }