ボタンをクリックして、mechanize python ... HTMLコードでチェックボックスをオンにするにはどうすればよいですか:
<input type="button" id="btn_t" style="width:120px;float:left;margin:10px;margin-top:2px;" value="Apply" disabled="">
私は試しました:
br.click(id ="btn_t")
しかし、これはエラーをスローします:
mechanize._form.ControlNotFoundError: no control matching kind 'clickable', id '
btn_t'