Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了简单的控制台脚本,用于使用 capybara(硒驱动程序)进行抓取,但不希望浏览器出现。我只是不想在控制台上写文字。
可以在不打开浏览器的情况下运行水豚吗?
Capybara有一个headless-webkit 驱动程序,可以避免打开浏览器窗口。
如果您不依赖 Capybara API 并且不需要担心 JavaScript,那么mechanize可能是与 Web 站点交互的一种更简单的方法。