Control Chrome programmatically

前端 未结 4 507
再見小時候
再見小時候 2020-12-16 19:42

Is it possible to control and instantiate a Chrome browser from C#? Things like opening a new window, changing the URL, reloading the tabs, etc.

I\'ve had a look for

4条回答
  •  感情败类
    2020-12-16 20:27

    Doing a quick Google search for "chrome C# api" turned up some results I think you may like to consider

    I thought the following were particularly promising, if you're willing to accept the concession of using Chrome's developer tools:

    • Automating Chrome Browser from C#
    • ChromeDevTools; a C# Library to interact with Chrome's Developer Tools
    • Chrome Debugging API

提交回复
热议问题