Search Results for

    Show / Hide Table of Contents

    Class Slider

    Defines a wrapper for the core iOS Slider control.

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

    Constructors

    | Improve this Doc View Source

    Slider(IOSElement)

    Initializes a new instance of the Slider class.

    Declaration
    public Slider(IOSElement element)
    Parameters
    Type Name Description
    IOSElement element

    The reference.

    Properties

    | Improve this Doc View Source

    IsReadonly

    Gets a value indicating whether the control is in a readonly state.

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

    Value

    Gets the value of the slider as a percentage between 0 and 100.

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

    Methods

    | Improve this Doc View Source

    SetValue(Double)

    Sets the value of the slider.

    Declaration
    public virtual void SetValue(double value)
    Parameters
    Type Name Description
    System.Double value

    The value.

    Operators

    | Improve this Doc View Source

    Implicit(AppiumWebElement to Slider)

    Allows conversion of a to the Slider without direct casting.

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

    The .

    Returns
    Type Description
    Slider

    The Slider.

    | Improve this Doc View Source

    Implicit(IOSElement to Slider)

    Allows conversion of a to the Slider without direct casting.

    Declaration
    public static implicit operator Slider(IOSElement element)
    Parameters
    Type Name Description
    IOSElement element

    The .

    Returns
    Type Description
    Slider

    The Slider.

    | Improve this Doc View Source

    Implicit(RemoteWebElement to Slider)

    Allows conversion of a to the Slider without direct casting.

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

    The .

    Returns
    Type Description
    Slider

    The Slider.

    Implements

    IElementWrapper<TElement>

    Extension Methods

    IOSElementWrapperExtensions.TryWaitUntil<TElementWrapper, TResult>(TElementWrapper, Func<TElementWrapper, TResult>, Nullable<TimeSpan>, Int32, Action<Exception>)
    IOSElementWrapperExtensions.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