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