gpt4 book ai didi

asp.net - 如何使用python+mechanize在asp.net网站上按下按钮

转载 作者:行者123 更新时间:2023-12-04 16:19:33 24 4
gpt4 key购买 nike

有一个我需要抓取的网站。我可以填写必要的数据。问题是我不明白如何按下按钮来获得带有结果的页面。

该按钮具有以下代码:

<input type="button" value="Search!" onclick="SearchSmth();" id="btSearch">

因此,因为类型不是“提交”,所以尝试使用 Browser.submit() 失败。我尝试使用这样的东西:
resp = b.click(type="button", id="btSearch")

但它也失败了:
ClientForm.ControlNotFoundError: no control matching type 'button', kind 'clickable', id 'btSearch'

我应该怎么做才能按下这个按钮?

最佳答案

你用过吗zope.testbrowser ?这是python的 Mechanize 模块的包装器。您可以使用 getControl browser.getControl(name='text-value') zope.testbrowser 的方法。您可以查看更多示例 here

关于asp.net - 如何使用python+mechanize在asp.net网站上按下按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11276294/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com