It's possible to select a button with the same class and by the type or placeholder of the button? Somthing like this Select Label by Input type but with puppeteer.
My problem:
<input class="input_input__uGeT_" placeholder="Username" value="" style="padding-left: 39px;">
<input class="input_input__uGeT_" type="password" placeholder="Password" value="" style="padding-left: 39px;">