示例#1
0
 public void DoJAction(string actionName, Action <WebBaseElement> action, LogLevels level = LogLevels.Info)
 {
     TimerExtensions.ForceDone(() => {
         ProcessDemoMode();
         ActionScenrios.SetElement(_element).ActionScenario(actionName, action, level);
     });
 }
示例#2
0
 public void WaitSelected(string name)
 {
     Actions.Selected(name, (el, n) => TimerExtensions.ForceDone(() => SelectedNameAction(this, n)));
 }