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.

      • xpath: string = '//*[@data-test-id="form-field"]'

        A relative xpath selector to this element from the parent.

      • nth: number = 1

        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 = ...
    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
    errorinputlabellistboxrootselectxpath
    Accessors
    fieldTypeValidator
    Methods
    getChildOfTypegetGlobalLocatorgetLocatorgetValueoptionsetValuesetValueByLabelverifyFieldTypewaitForData