Scripts
    Preparing search index...

    Class ElementWithOptionsAbstract

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

    Hierarchy (View Summary)

    Implements

    Index

    Methods

    • Gets string value of currently selected option.

      Returns string

      String value of selected.

    • Checks if the element has specified tag.

      Parameters

      • tag: Tag

        Tag that is checked.

      Returns boolean

      True if element has specified tag, 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

    • Selects option by the option value.

      Parameters

      • optionValue: string

        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

    • Selects option by order.

      Parameters

      • order: number

        Order number of option to be selected.

      Returns void

    • Selects multiple options by their order.

      Parameters

      • orderArray: number[]

        Array of order numbers of options to be selected.

      Returns void