问题描述
我通过访问例如
检查器的工作不同于无法在元素内进行复制,例如用于复制xpath/izzle选择器,这实际上是非常重要的.
The inspector works other than not being able to copy within the element, for copying xpath/sizzle selectors for instance which is really important.
但我得到的却是:
我正在使用Linux上google-chrome中的外部"检查器进行远程调试.
I am remote debugging using an "external" inspector in google-chrome on linux.
我在铬浏览器上也遇到了相同的错误.
I get the same error on chromium-browser as well.
我需要做什么在Google Chrome中启用剪贴板?
推荐答案
对于那些遇到此问题的人,这也让我很烦,因此我最近在托管模式下增加了对devtools中复制操作的支持,并且由于PR合并后,它应该只能在Github的最新版本中使用.
For those coming to this question, this annoyed me too so I have recently added support for copy operations in devtools in hosted mode, and, as the PR has been merged, it should just work in the latest version from Github.
这篇关于Chrome检查器-远程调试器-在托管模式下未启用剪贴板.请使用chrome://inspect检查的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!