Search Results for

    Show / Hide Table of Contents

    Class RadioButton

    Defines a wrapper for the core Android RadioButton control.

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

    Constructors

    | Improve this Doc View Source

    RadioButton(AndroidElement)

    Initializes a new instance of the RadioButton class.

    Declaration
    public RadioButton(AndroidElement element)
    Parameters
    Type Name Description
    AndroidElement element

    The reference.

    Properties

    | Improve this Doc View Source

    IsSelected

    Gets a value indicating whether the radio button is selected.

    Declaration
    public virtual bool IsSelected { get; }
    Property Value
    Type Description
    System.Boolean

    Operators

    | Improve this Doc View Source

    Implicit(AndroidElement to RadioButton)

    Allows conversion of a to the RadioButton without direct casting.

    Declaration
    public static implicit operator RadioButton(AndroidElement element)
    Parameters
    Type Name Description
    AndroidElement element

    The .

    Returns
    Type Description
    RadioButton

    The RadioButton.

    | Improve this Doc View Source

    Implicit(AppiumWebElement to RadioButton)

    Allows conversion of a to the RadioButton without direct casting.

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

    The .

    Returns
    Type Description
    RadioButton

    The RadioButton.

    | Improve this Doc View Source

    Implicit(RemoteWebElement to RadioButton)

    Allows conversion of a to the RadioButton without direct casting.

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

    The .

    Returns
    Type Description
    RadioButton

    The RadioButton.

    Implements

    IElementWrapper<TElement>

    Extension Methods

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