Search Results for

    Show / Hide Table of Contents

    Class TimePicker

    Defines a wrapper for the core TimePicker control.

    Inheritance
    System.Object
    UnoElementWrapper
    TimePicker
    Inherited Members
    UnoElementWrapper.Element
    UnoElementWrapper.Driver
    UnoElementWrapper.IsEnabled
    UnoElementWrapper.IsVisible
    UnoElementWrapper.FindElement(By)
    UnoElementWrapper.FindElements(By)
    UnoElementWrapper.Click()
    UnoElementWrapper.GetAttribute(String)
    UnoElementWrapper.VerifyElementShown(By)
    UnoElementWrapper.VerifyElementShown(By, Nullable<TimeSpan>)
    UnoElementWrapper.VerifyElementsShown(By)
    UnoElementWrapper.VerifyElementsShown(By, Nullable<TimeSpan>)
    UnoElementWrapper.VerifyElementNotShown(By)
    UnoElementWrapper.VerifyDriverElementShown(By, Nullable<TimeSpan>)
    UnoElementWrapper.VerifyDriverElementsShown(By, Nullable<TimeSpan>)
    Namespace: Legerity.Uno.Elements
    Assembly: Legerity.Uno.dll
    Syntax
    public class TimePicker : UnoElementWrapper

    Constructors

    | Improve this Doc View Source

    TimePicker(IWebElement)

    Initializes a new instance of the TimePicker class.

    Declaration
    public TimePicker(IWebElement element)
    Parameters
    Type Name Description
    IWebElement element

    The reference.

    | Improve this Doc View Source

    TimePicker(RemoteWebElement)

    Initializes a new instance of the TimePicker class.

    Declaration
    public TimePicker(RemoteWebElement element)
    Parameters
    Type Name Description
    RemoteWebElement element

    The reference.

    Properties

    | Improve this Doc View Source

    SelectedTime

    Gets the time value of the time picker.

    Declaration
    public virtual TimeSpan? SelectedTime { get; }
    Property Value
    Type Description
    System.Nullable<TimeSpan>

    Methods

    | Improve this Doc View Source

    SetTime(TimeSpan)

    Sets the time to the specified time.

    Declaration
    public virtual void SetTime(TimeSpan time)
    Parameters
    Type Name Description
    TimeSpan time

    The time to set.

    Operators

    | Improve this Doc View Source

    Implicit(RemoteWebElement to TimePicker)

    Allows conversion of a to the TimePicker without direct casting.

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

    The .

    Returns
    Type Description
    TimePicker

    The TimePicker.

    Extension Methods

    ElementWrapperExtensions.WaitUntil<TElementWrapper>(TElementWrapper, Func<TElementWrapper, Boolean>, Nullable<TimeSpan>)
    ElementWrapperExtensions.FindWebElementByXamlType(UnoElementWrapper, String)
    ElementWrapperExtensions.FindElementByXamlName(UnoElementWrapper, String)
    ElementWrapperExtensions.FindElementByAutomationId(UnoElementWrapper, String)
    ElementWrapperExtensions.VerifyNameOrAutomationIdEquals(UnoElementWrapper, String)
    ElementWrapperExtensions.VerifyNameOrAutomationIdContains(UnoElementWrapper, String)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) MADE Apps