Scripts
    Preparing search index...

    Class SelectElement

    Interface used for marking elements with gettable value represented by string.

    Hierarchy (View Summary)

    Implements

    Index

    Methods

    • Checks if the element has specified tag.

      Parameters

      • tag: Tag

        Tag that is checked.

      Returns boolean

      True if element has specified tag, false otherwise.

    • Checks if the element is visible.

      Returns boolean

      True if element is visible, false otherwise.

    • Selects option by the option value.

      Parameters

      • OptionaloptionValue: any

        Value of selected option.

      Returns void

    • Selects multiple options by their option values.

      Parameters

      • optionValues: string[]

        Array of values of options to be selected.

      Returns void