I access a web using HTMLSession () and I want to modify a value knowing its id. In javascript it would be: document.getElementById("my_id").value = "value";
HTMLSession ()
document.getElementById("my_id").value = "value";
Is possible do this with python?
Aucun commentaire:
Enregistrer un commentaire