I have a browser application that I created using the class WebBrowser
of System.Windows.Forms
, this class uses the IE browser engine.
Now I need to create a browser application using chrome. What's the best library for me to do this? I am searching CefSharp. Proceed?