禁用右键单击后如何检查 chrome 中的元素?

发布于 2024-12-07 07:46:32 字数 156 浏览 2 评论 0原文

我想调试一个信息框,当我将鼠标悬停在谷歌地图标记上时显示该信息框。但谷歌地图禁用右键单击地图画布上的任何位置,因此我无法检查该元素以进行调试/查看目的。

我尝试通过元素选项卡中的 href 内容搜索元素,但它没有显示在搜索中。

尽管缺少右键单击,有没有办法检查元素?

I want to debug a info box that shows when I mouse over a google map marker. But google map disables right click anywhere on the map canvas, so I can't inspect the element for debugging / viewing purposes.

I tried to search for the element by the href content in the elements tab, but it didn't show up on search.

Is there a way to inspect element despite the lack of right click?

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

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

发布评论

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

评论(8

夏の忆 2024-12-14 07:46:32

当然,您可以使用 Ctrl+Shift+I 打开开发工具,然后单击检查元素按钮(带有箭头的方块)

Sure, you can open the devtools with Ctrl+Shift+I, and then click the inspect element button (square with the arrow)

ゃ懵逼小萝莉 2024-12-14 07:46:32

在 Mac 操作系统上,您必须按:
CMD+ALT+I

On Mac OS you have to press:
CMD+ALT+I

幸福不弃 2024-12-14 07:46:32

使用 Ctrl+Shift+C (或 Cmd+Shift+ C(Mac 上))以在“检查元素”模式下打开 DevTools,或者如果 DevTools 已打开,则切换“检查元素”模式。

Use Ctrl+Shift+C (or Cmd+Shift+C on Mac) to open the DevTools in Inspect Element mode, or toggle Inspect Element mode if the DevTools are already open.

与君绝 2024-12-14 07:46:32

因此,使用快捷键,按 ctrl + shift + I,然后单击左侧的放大选项,然后将鼠标光标悬停,您将导航到正确的方式

So use the short cut keys , Press ctrl + shift + I and then Click on Magnifying Option on Left side and Then Hover the mouse cursor and you will be navigate to proper way

毁我热情 2024-12-14 07:46:32

CTRL+SHIFT+I 调出开发人员工具。

CTRL+SHIFT+I brings up the developers tools.

渡你暖光 2024-12-14 07:46:32

按 F12 检查元素,按 Ctrl+U 查看页面源代码

Press F12 to Inspect Element and Ctrl+U to View Page Source

世俗缘 2024-12-14 07:46:32

替代方式:

输入图片此处描述

单击开发人员工具检查元素。您还可以使用键盘快捷键,例如 CtrlL+Shift+IF12(或 Fn+F12)等。

ALTERNATE WAY:

enter image description here

Click Developer Tools to inspect element. You may also use keyboard shortcuts, such as CtrlL+Shift+I, F12 (or Fn+F12), etc.

淤浪 2024-12-14 07:46:32

在 Mac OS 上按:CMD+OPTION+J(用于控制台)

On Mac OS press: CMD+OPTION+J for console

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