Axinom Mosaic Libraries
    Preparing search index...

    A model for a SelectField (dropdown) component.

    Hierarchy (View Summary)

    Index

    Constructors

    • A model for a FormField component.

      Parameters

      • parent: ComponentModel | Page | FrameLocator

        The parent playwright page, frame or component model.

      • Optionalxpath: string

        A relative xpath selector to this element from the parent.

      • Optionalnth: number

        Position among matching elements. Position is 1 indexed. Negative numbers count from the end.

      Returns SelectField

    Properties

    error: Locator

    A locator to the field error message.

    input: Locator
    label: Locator

    A locator to the field label.

    listbox: Locator
    option: (value: string) => Locator

    A locator to the select an option from the combobox.

    root: Page | FrameLocator

    The root playwright entity from which to resolve this component model's xpath.

    select: Locator

    A locator to the select element (Protected

  • On This Page

    Constructors
    constructor
    Properties
    errorinputlabellistboxoptionrootselectxpath
    Accessors
    fieldTypeValidator
    Methods
    getChildOfTypegetGlobalLocatorgetLocatorgetValuesetValuesetValueByLabelverifyFieldTypewaitForData