C # - How to manage Chrome browser

I wanted to create an application in which you specify the name of the websites, your username and password, and this application will automatically log into all your accounts on these sites. I did this using a Windows Form application using a web browser. But I wanted my application to open all these websites in chrome and register it there. Help Plz

+7
source share
3 answers

I would check the chrome API if Look at getting a window handle through window API calls

But why not just chrome extension ?! Miles are easier

+3
source
0
source

Doing a quick Google search for "chrome C # api" showed a number of results, I think you can find the appropriate ones.

I thought the following was particularly promising if you are willing to accept a few concessions:

0
source

All Articles