selectButtonElements method
Selects the ButtonElement elements.
Implementation
List<HTMLButtonElement> selectButtonElements() =>
querySelectorAllTyped<HTMLButtonElement>('button', Web.HTMLButtonElement);
Selects the ButtonElement elements.
List<HTMLButtonElement> selectButtonElements() =>
querySelectorAllTyped<HTMLButtonElement>('button', Web.HTMLButtonElement);