Skip to content
Snippets Groups Projects
Commit 3151da27 authored by brewdente's avatar brewdente
Browse files

Adding more content to the READEME. Adding the readme as a Solution Item.

parent c7b633af
No related branches found
No related tags found
No related merge requests found
[![Build Status](https://travis-ci.org/MasterDevs/ChromeDevTools.svg?branch=master)](https://travis-ci.org/MasterDevs/ChromeDevTools)
# ChromeDevTools
C# Library to interact with the Chrome Debugger
C# Library to interact with the Chrome Developer Tools.
## About
This library is C# API that enabled interaction with the Chrome Developer Tools. When the Chrome Developer Tools are started, the chrome process starts a server. The Chrome Developer Tools UI communicates with this server via Web Sockets. So can you. In fact, everything in the Chrome Developers Tools UI is available to you ... and now, it's available to you in C#.
Communication with this server is defined in a protocol.json file. This is subject to change at any time. Below are instructions what to do if this library becomes out of date with the protocol.
* [Google's Version](https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/devtools/protocol.json&q=protocol.json&sq=package:chromium&type=cs)
* [This Repo's Version](source/ProtocolGenerator/protocol.json)
## Examples
Currently, the only example (and it's a poor one) is in the Sample project.
## Library out of date?
......@@ -12,7 +12,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{0D43D2
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionFiles", "SolutionFiles", "{9E670137-8739-4C9C-8693-797A230F38EB}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
..\.travis.yml = ..\.travis.yml
..\README.md = ..\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MasterDevs.ChromeDevTools", "ChromeDevTools\MasterDevs.ChromeDevTools.csproj", "{C2508EE5-AAB2-4275-88C9-7DA9D1961336}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment