DomElementExtension extension

on

Properties

isDisplayNone bool
no setter
isInvisible bool
no setter
isVisibilityHidden bool
no setter

Methods

querySelectorAllTyped<T extends Element>(String selectors) List<T>
Alias to querySelectorAll casting elements to T.
querySelectorTyped<T extends Element>(String selectors) → T?
Alias to querySelector casting to T.
selectAnchorElements() List<AnchorElement>
Selects the AnchorElement elements.
Selects the AnchorElement links.
selectAnchorLinksTargets() List<String>
Selects the AnchorElement links targets/fragmets.
selectButtonElements() List<ButtonElement>
Selects the ButtonElement elements.
selectButtonInputElement() List<ButtonInputElement>
Selects the ButtonInputElement elements (<input type="button">).
selectCheckboxInputElement() List<CheckboxInputElement>
Selects the CheckboxInputElement elements (<input type="checkbox">).
selectDivElement() List<DivElement>
Selects the DivElement elements.
selectEmailInputElement() List<EmailInputElement>
Selects the EmailInputElement elements (<input type="email">).
selectFileUploadInputElement() List<FileUploadInputElement>
Selects the FileUploadInputElement elements (<input type="file">).
selectImageElement() List<ImageElement>
Selects the ImageElement elements.
selectInputElement() List<InputElement>
Selects the InputElement elements.
selectLocalDateTimeInputElement() List<LocalDateTimeInputElement>
Selects the LocalDateTimeInputElement elements (<input type="datetime-local">).
selectNumberInputElement() List<NumberInputElement>
Selects the NumberInputElement elements (<input type="number">).
selectPasswordInputElement() List<PasswordInputElement>
Selects the PasswordInputElement elements (<input type="password">).
selectRadioButtonInputElement() List<RadioButtonInputElement>
Selects the RadioButtonInputElement elements (<input type="radio">).
selectSelectElement() List<SelectElement>
Selects the SelectElement elements.
selectSpanElement() List<SpanElement>
Selects the SpanElement elements.
selectTableCellElement() List<TableCellElement>
Selects the TableCellElement elements.
selectTableElement() List<TableElement>
Selects the TableElement elements.
selectTableRowElement() List<TableRowElement>
Selects the TableRowElement elements.
selectTextAreaElement() List<TextAreaElement>
Selects the TextAreaElement elements.