selectPasswordInputElement method

List<PasswordInputElement> selectPasswordInputElement()

Selects the PasswordInputElement elements (<input type="password">).

Implementation

List<PasswordInputElement> selectPasswordInputElement() =>
    querySelectorAllTyped<PasswordInputElement>("input[type='password']");