我正在尝试使用 Mechanize 在某些网站上执行搜索,但我无法提交搜索表单,因为 mechanize 看不到任何表单。page.form
返回 nil 并在我期望类似的时候page = agent.get
返回{forms}>
<Mechanize::Form
{name "somename"}
{method "GET"}
{action "/search"}
是因为搜索表单使用了javascript吗?有没有办法解决这个问题?或者唯一的方法是放弃机械化并使用其他东西?