Pythonを使用してWebページのフォームに入力して送信したいと思います。
この形:
<form method="POST" id="login" action="site/enter.php" >
<input type="text" placeholder="Login" name="login" class="login" tabindex="1">
<input type="password" placeholder="Password" name="psw" class="password" tabindex="2">
<input type="submit" class="btn_auth" value="" title="Enter" tabindex="3">
</form>
しかし、それはできません。ログインとパスを配置しましたが、送信ボタンをエミュレートできません。