Python Mechanize - 在没有表单的页面中按名称获取控件

时间:2016-03-24 01:02:43

标签: python mechanize mechanize-python

我想为select控件设置一个值,但html中没有表单,所以当我尝试按名称获取组件时,如下所示:

br.select_form(nr=0)
br.find_control(name="selectName").value = ["value"]

我收到此消息:

mechanize._form.ControlNotFoundError: no control matching name 'combo-disciplina-idigital-class'

我能做些什么吗?

0 个答案:

没有答案