Ruby 的 HTML 解析器可以执行 JavaScript 来查看生成的 DOM 吗?

发布于 2024-09-18 08:12:25 字数 129 浏览 6 评论 0原文

当尝试 Hpricot 和 Nokogiri 时,可以获取和解析 HTML,但它们也可以执行 Javascript 以便内容显示在页面上吗? (显示在 DOM 中)。这是因为除非 JavaScript 初始化代码运行,否则某些页面不会显示信息。

When trying Hpricot and Nokogiri, the HTML can be fetched and parsed, but can they also execute the Javascript as well so that the content shows on the page? (shows up in the the DOM). That's because some page won't show the info unless the JavaScript initialization code has run.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

月下客 2024-09-25 08:12:25

据我所知没有。您可能想考虑使用 Watir 之类的东西并使用真正的浏览器。

Not that I know of. You might want to look into using something like Watir and use a real browser.

素食主义者 2024-09-25 08:12:25

看看 envjs

Take a look at envjs and johnson gems.

终遇你 2024-09-25 08:12:25

看看 水豚。我自己没有使用过它,但前几天我读到过它,它似乎可以在不使用浏览器的情况下执行 javascript。

Have a look at Capybara. I haven't used it myself but I read about it the other day and it seems like it can execute javascript without using a browser.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文