TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Is python powerful enough to automate events in web browser?

1 点作者 bluedog将近 11 年前
Let&#x27;s say i need to choose an option using radio button in web page and then click a button which would download a particular file. Is it possible to automate this process using python?<p>Are there some solution available in any other platform?

2 条评论

matthewbauer将近 11 年前
If I understand you correctly, I think that you are looking for something like &quot;mechanize&quot;: <a href="http://stockrt.github.io/p/emulating-a-browser-in-python-with-mechanize/" rel="nofollow">http:&#x2F;&#x2F;stockrt.github.io&#x2F;p&#x2F;emulating-a-browser-in-python-wit...</a>
评论 #7948466 未加载
dalke将近 11 年前
Perhaps Selenuim? <a href="http://docs.seleniumhq.org/" rel="nofollow">http:&#x2F;&#x2F;docs.seleniumhq.org&#x2F;</a> and <a href="http://en.wikipedia.org/wiki/Selenium_%28software%29" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Selenium_%28software%29</a> .