【问题标题】:How to get the output of Google Chrome's Network Panel on Developer Tools? VB如何在开发者工具上获取 Google Chrome 网络面板的输出? VB
【发布时间】:2017-09-22 09:56:14
【问题描述】:

如何像 Chrome 的网络面板[网络面板 -> 名称] 专门使用 Visual Basic 获取信息。

我想监视网络活动,如果名称包含某些内容,它将使用它来做某事。喜欢:

Dim usercontent as String = Nothing 
If networkname.tostring.contains("user") then 
    usercontent = networkname.tostring.replace("user", "") 
End If

【问题讨论】:

  • Google Chrome 开发工具不是用 .net 编写的,也没有 .net API。你想做什么?可能还有其他方法。
  • @tgolisch 我想监控网络活动,如果名称包含 something 它将使用它来做某事。喜欢: Dim usercontent as String = Nothing If networkname.tostring.contains("user") then usercontent = networkname.tostring.replace("user", "") End If

标签: vb.net google-chrome-devtools


【解决方案1】:

就像@tgolisch 在 cmets 中所说的那样:“Google Chrome 开发工具不是用 .net 编写的,而且它们没有 .net API。”因此,您无法使用 .net 访问此区域。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2014-12-07
    • 2018-08-01
    • 1970-01-01
    • 2016-08-16
    • 1970-01-01
    • 2012-06-11
    • 2013-01-15
    • 1970-01-01
    相关资源
    最近更新 更多