I'm trying to fill in an input tag with python with mechanicalsoup but it has no name field and I can't find a way to fill it with mechanicalsoup, does anybody have a workaround or another library that would allow me to do so ?
(the actual input):
<input type="password" id="inputPassword" class="form-control" placeholder="Password" required>