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