chrome-dev-tools-generator icon indicating copy to clipboard operation
chrome-dev-tools-generator copied to clipboard

Dot Net Core based Chrome Debugger Protocol Generator

Results 12 chrome-dev-tools-generator issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hello: I don't quite understand your README.md file. You mentioned "protocol definition file", I think, maybe you mean this file: https://github.com/ChromeDevTools/devtools-protocol/blob/master/json/browser_protocol.json From this file, I can see the latest browser_protocol...

> if you've set --remote-debugging-port=9222 with Chrome, the complete protocol version it speaks is available at localhost:9222/json/protocol As per https://chromedevtools.github.io/devtools-protocol/#json when remote debugging is enabled you can download the protocol...

i want to use "Input.dispatchTouchEvent" function,but i do not know how to set "type" parameter. the Chrome DevTools Protocol Viewer describe like this. Input.dispatchMouseEvent # Dispatches a mouse event to...

Let's look at GetBrowserProtocolForChromeVersion: https://github.com/BaristaLabs/chrome-dev-tools-generator/blob/master/src/BaristaLabs.ChromeDevTools.Core/Chrome.cs#L148 It uses following URL: $"https://chromium.googlesource.com/chromium/src/+/{chromeVersion.WebKitVersionHash}/third_party/blink/renderer/core/inspector/browser_protocol.pdl?format=TEXT" I have Chrome 66.0.3359.139. `{chromeVersion.WebKitVersionHash}` is **a020eddf0d85fe84d4a6787b304f50aafb670969** in this case. It is really exist such tree: https://chromium.googlesource.com/chromium/src/+/a020eddf0d85fe84d4a6787b304f50aafb670969/ Also it has...

Make the generator work with chrome version 118: - Add support for FilterEntry. - Fixed a bug with OpenSessionConnection not waiting until the socket has opened. This has sometimes caused...

**Chrome:** 109.0.5414.75 **chrome-dev-tools-generator:** `abdf32b` `GetProtocolDefinitionData` crashes in `new PdlConverter(pdlScript);` when executing the script: `Engine.Execute(script, Scope);`. ``` System.TypeInitializationException HResult=0x80131534 Message=The type initializer for 'CodecsInfo' threw an exception. Source=IronPython StackTrace: at IronPython.Runtime.Operations.StringOps.TryGetEncoding(String...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies