MasterDevs / ChromeDevTools

.NET library to interact with the Chrome Debugger
MIT License
135 stars 90 forks source link

Add support for iOS devices #5

Closed qmfrederik closed 8 years ago

qmfrederik commented 8 years ago

This PR adds support for both the Chrome and the iOS versions of the WebKit remote debugging protocol.

I've moved the current Protocol classes to a new namespace (.Chrome), so you would need to update your using statements in existing code if you are to accept this PR. The classes for iOS now live in the .iOS namespace, enabling side-by-side support.

I'd still like to end up with a somehow "unified" front-end (be it interfaces or common base classes) which allow you to write code that targets both Chrome and iOS in one go, but that'll have to wait for a while :)

Let me know what you think!