Search Results for

    Show / Hide Table of Contents

    Class ProgressRing

    Defines a wrapper for the core UWP ProgressRing control.

    Inheritance
    System.Object
    ElementWrapper<WindowsElement>
    WindowsElementWrapper
    ProgressRing
    Implements
    IElementWrapper<WindowsElement>
    Inherited Members
    WindowsElementWrapper.Driver
    WindowsElementWrapper.VerifyDriverElementShown(By, Nullable<TimeSpan>)
    WindowsElementWrapper.VerifyDriverElementsShown(By, Nullable<TimeSpan>)
    ElementWrapper<WindowsElement>.Element
    ElementWrapper<WindowsElement>.ElementDriver
    ElementWrapper<WindowsElement>.IsVisible
    ElementWrapper<WindowsElement>.IsEnabled
    ElementWrapper<WindowsElement>.Click()
    ElementWrapper<WindowsElement>.GetAttribute(String)
    ElementWrapper<WindowsElement>.FindElement(By)
    ElementWrapper<WindowsElement>.VerifyElementNotShown(By)
    ElementWrapper<WindowsElement>.VerifyElementShown(By)
    ElementWrapper<WindowsElement>.VerifyElementShown(By, Nullable<TimeSpan>)
    ElementWrapper<WindowsElement>.VerifyElementsShown(By)
    ElementWrapper<WindowsElement>.VerifyElementsShown(By, Nullable<TimeSpan>)
    Namespace: Legerity.Windows.Elements.Core
    Assembly: Legerity.Windows.dll
    Syntax
    public class ProgressRing : WindowsElementWrapper, IElementWrapper<WindowsElement>

    Constructors

    | Improve this Doc View Source

    ProgressRing(WindowsElement)

    Initializes a new instance of the ProgressRing class.

    Declaration
    public ProgressRing(WindowsElement element)
    Parameters
    Type Name Description
    WindowsElement element

    The reference.

    Properties

    | Improve this Doc View Source

    IsIndeterminate

    Gets a value indicating whether the control is in an indeterminate state.

    Declaration
    public bool IsIndeterminate { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Percentage

    Gets the value of the progress ring.

    Declaration
    public virtual double Percentage { get; }
    Property Value
    Type Description
    System.Double

    Operators

    | Improve this Doc View Source

    Implicit(AppiumWebElement to ProgressRing)

    Allows conversion of a to the ProgressRing without direct casting.

    Declaration
    public static implicit operator ProgressRing(AppiumWebElement element)
    Parameters
    Type Name Description
    AppiumWebElement element

    The .

    Returns
    Type Description
    ProgressRing

    The ProgressRing.

    | Improve this Doc View Source

    Implicit(RemoteWebElement to ProgressRing)

    Allows conversion of a to the ProgressRing without direct casting.

    Declaration
    public static implicit operator ProgressRing(RemoteWebElement element)
    Parameters
    Type Name Description
    RemoteWebElement element

    The .

    Returns
    Type Description
    ProgressRing

    The ProgressRing.

    | Improve this Doc View Source

    Implicit(WindowsElement to ProgressRing)

    Allows conversion of a to the ProgressRing without direct casting.

    Declaration
    public static implicit operator ProgressRing(WindowsElement element)
    Parameters
    Type Name Description
    WindowsElement element

    The .

    Returns
    Type Description
    ProgressRing

    The ProgressRing.

    Implements

    IElementWrapper<TElement>

    Extension Methods

    WindowsElementWrapperExtensions.TryWaitUntil<TElementWrapper, TResult>(TElementWrapper, Func<TElementWrapper, TResult>, Nullable<TimeSpan>, Int32, Action<Exception>)
    WindowsElementWrapperExtensions.WaitUntil<TElementWrapper, TResult>(TElementWrapper, Func<TElementWrapper, TResult>, Nullable<TimeSpan>, Int32)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps