we have a wpf application that uses cefsharp browser to host web site (AngularJS) - in other words - hybrid application.
We're interested to run an automation test (especially on the angular part). From a small research we saw that TestComplete supports cef browser hooking in native code, but we want to see all the possibilities.
Also as we saw that there is "Protractor" framework that is very suitable to test Angular based applications. The problems, for us, are that it can test only the web-part and it tests it by opening a web-browser. Anyway, we would like to run a protractor tests on the browser instance that is running inside the native code(wpf). Is it possible? Do you have another alternatives/ideas? Thanks.
Chrome Driver, so check out theCEFguide. See bitbucket.org/chromiumembedded/cef/wiki/UsingChromeDriver.md - amaitland