Fill input tag that has no name with python

50 Views Asked by At

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>
0

There are 0 best solutions below