如何使用 selenium4 ruby​​ 捕获控制台错误日志?

发布于 2025-01-09 09:56:41 字数 581 浏览 0 评论 0原文

我们正在尝试捕获前端错误引发的控制台日志错误。下面的代码片段用于捕获日志,

$driver.on_log_event(:console) do |event|
        $logs.push(event)
    end

通过此代码片段,我们只能捕获浏览器默认值,而不能捕获应用程序抛出的错误。我们在这里遗漏了什么吗?

这个错误是从控制台捕获的, 输入图片此处描述

以下实际错误未在日志中捕获,

在此处输入图像描述

我可以使用 selenium4 方法“on_log_event”方法捕获控制台错误。但还需要捕获网络 api 错误。

We are trying to capture the console log error's which is throw from front end errors. Below code snippet used for capture the logs,

$driver.on_log_event(:console) do |event|
        $logs.push(event)
    end

By this code snippet we could capture only the browser default and not capturing the application thrown errors. Are we missing anything here.

This error's are captured from console,
enter image description here

The below actual errors are not capturing on the logs,

enter image description here

I could able to capture console error's using selenium4 method "on_log_event" method. But need to capture the network api error as well.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文