Skip to content
Snippets Groups Projects
Select Git revision
  • f19863602f410272b44d8182910932efcc57a80b
  • master default
  • dependabot/nuget/source/Sample/Newtonsoft.Json-13.0.1
  • dependabot/nuget/source/MasterDevs.ChromeDevTools.Tests/Newtonsoft.Json-13.0.1
  • dependabot/nuget/source/ProtocolGenerator/Newtonsoft.Json-13.0.1
  • dependabot/nuget/source/ChromeDevTools/Newtonsoft.Json-13.0.1
  • dependabot/nuget/source/ChromeDevTools/System.Net.Http-4.3.4
  • revert-29-revert-24-protocol_62
  • revert-24-protocol_62
  • 1.1.0
  • 1.0.2
  • 1.0.1
  • 1.0.0.40915
13 results

ProtocolGenerator

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Frederik Carlier authored
    Add support for iOS devices. Create separate namespaces for the Chrome and iOS versions of the WebKit debugger protocol.
    b337f9e3
    History

    What about these .json files?

    The .json files describe the remote debugging protocol. They originate from Webkit (which Safari uses), which was forked by Chromium (which Chrome uses).

    Hence, the protocols are similar, but not the same. Plus, both Webkit and Chromium have released multiple versions of the protocol.

    iOS

    There are versions of protocol.json for iOS 7, 8, 9 and 9.3

    You can find them on the:

    Chrome

    Chrome maintains three versions 0.1, 1.0 and 1.1; plus an additional "tip of the head" version simply known as protocol.json.

    You can find them on the: