I am writing an application in C # in which I would like to see the crome browser for using google speech. Used awesomium, which opened the page but it does not support google speech. Those. I just need chrome in my application. Can anyone come across a similar. Thank you in advance

3 answers 3

How to develop Desktop Apps using HTML / CSS / JavaScript?
Translation of the accepted answer :

You can start with Titanium for desktop development. Also pay attention to chromiumembedded . This is essentially a chromium based web browser control.

It is written in C ++ and allows you to use all the low-level features of the OS (Growl, tray icons, access to local files, com ports, etc.) and at the same time write all the logic and interface of the application in html and javascript. It also allows you to intercept any http requests in order to access local resources or perform special actions. For example, a request to http://localapp.com/SetTrayIconState?state=active can be intercepted by a container, which will call C ++ code to update the tray icon.

It allows you to create functions that can be called directly from js.

But in CEF it is very difficult to debug js. There is nothing like Firebug.

You can also visit AppJS.com (Helps to create desktop applications for Linux, Windows and Mac using HTML, CSS and JavaScript).

As @Clint added, the Bracket.io (Adobe) team using the Chromium Embedded Framework has created a wonderful wrapper. It is called the brackets shell . Also its description is available .

    Perhaps this or here it will be useful for you.

    • Thank you, but it still seems to me that in the web whale there will be no support for what I need, namely google speech - Kolyunya

    Selenium Webdriver under a bunch of languages ​​goes with a bang. From personal experience, I have been working with him for more than a year in Visual Basic 2008