Questions tagged «webautomation»

7
如何使用Python登录网站?
我该怎么做?我试图输入一些指定的链接(使用urllib),但是要执行此操作,我需要登录。 我从网站获得此资源: <form id="login-form" action="auth/login" method="post"> <div> <!--label for="rememberme">Remember me</label><input type="checkbox" class="remember" checked="checked" name="remember me" /--> <label for="email" id="email-label" class="no-js">Email</label> <input id="email-email" type="text" name="handle" value="" autocomplete="off" /> <label for="combination" id="combo-label" class="no-js">Combination</label> <input id="password-clear" type="text" value="Combination" autocomplete="off" /> <input id="password-password" type="password" name="password" value="" autocomplete="off" /> <input id="sumbitLogin" class="signin" type="submit" value="Sign In" …

14
无头的互联网浏览器?[关闭]
从目前的情况来看,这个问题不适合我们的问答形式。我们希望答案会得到事实,参考或专业知识的支持,但是这个问题可能会引起辩论,争论,民意调查或扩展讨论。如果您认为此问题可以解决并且可以重新提出,请访问帮助中心以获取指导。 8年前关闭。 我想做以下事情。登录网站,单击几个特定链接,然后单击下载链接。我想将其作为Windows上的计划任务或Linux上的cron作业运行。我对所使用的语言不挑剔,但我希望在不可能的情况下在屏幕上不显示浏览器窗口的情况下运行。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.