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.
这是我想做的事情:
Cron 在无头 unix 服务器上执行 iMacro(或类似 iMacro)脚本 - 本质上是为我做浏览器交互。
这可能吗?
我确信 cURL 将无法遍历 DOM 并触发用户事件。如果我可以在 unix CLI 中运行 iMacros 将是完美的,你可以,但我运行一个没有 Xorg 的无头服务器,显然 FF 需要 Xorg。带有 Lynx 的 iMacro 会很好,但我怀疑 iMacro 是否适用于 Lynx。
有人有什么想法吗?
老问题,但我正在寻找同样的东西,我在谷歌上找到了这篇文章。这里是答案:
有一些无头浏览器可以在没有 Xorg 的 Unix 系统上运行。您可以通过示例尝试 CasperJS、PhantomJS 或 Zombie。