0
kicks
Automating Chrome Browser from C#
Chrome Browser supports less known API called Remote Debugging. It is a JSON/WebSockets based protocol, which is basically used by Chrome Developer Tools to attach to a remote web page.
This artice describes how to use it to automate Chrome from C#.