Search Results for

    Show / Hide Table of Contents

    Class AppBarButton

    Defines a wrapper for the core AppBarButton control.

    Inheritance
    System.Object
    UnoElementWrapper
    Button
    AppBarButton
    AppBarToggleButton
    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 AppBarButton : Button

    Constructors

    | Improve this Doc View Source

    AppBarButton(IWebElement)

    Initializes a new instance of the AppBarButton class.

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

    The reference.

    | Improve this Doc View Source

    AppBarButton(RemoteWebElement)

    Initializes a new instance of the AppBarButton class.

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

    The reference.

    Fields

    | Improve this Doc View Source

    WindowsType

    Defines the Windows type for the AppBarButton.

    Declaration
    public const string WindowsType = null
    Field Value
    Type Description
    System.String

    Operators

    | Improve this Doc View Source

    Implicit(RemoteWebElement to AppBarButton)

    Allows conversion of a to the AppBarButton without direct casting.

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

    The .

    Returns
    Type Description
    AppBarButton

    The AppBarButton.

    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