selectSpanElement method
Selects the SpanElement elements.
Implementation
List<SpanElement> selectSpanElement() =>
querySelectorAllTyped<SpanElement>('span');
Selects the SpanElement elements.
List<SpanElement> selectSpanElement() =>
querySelectorAllTyped<SpanElement>('span');