selectPasswordInputElement method
Selects the PasswordInputElement elements (<input type="password">
).
Implementation
List<PasswordInputElement> selectPasswordInputElement() =>
querySelectorAllTyped<PasswordInputElement>("input[type='password']");