protected virtual bool OnHasParent() { return(Parent.Exists(SearchOptions.SafelyAtOnce())); }
protected override void SetValue(bool value) { if (Value != value) { Scope.Click(); SwitchHandle.WaitForCssTransitionEnd("switch", DefaultAnimationWaitingOptions, SearchOptions.SafelyAtOnce()); } }
public TOwner WaitUntilClosed(RetryOptions waitingOptions = null) { return(this.WaitForCssTransitionEnd("close", waitingOptions ?? DefaultAnimationWaitingOptions, SearchOptions.SafelyAtOnce())); }