imsardine / winappdriver

WebDriver for Windows Applications
MIT License
119 stars 11 forks source link

Add support for hybrid (CEF-based) desktop applications #13

Open imsardine opened 9 years ago

imsardine commented 9 years ago

We should also take hybrid applications into account. They are applications having a native wrapper around a webview. For desktop applications, such as Slack and Spotify for Desktop, it is usually implemented with CEF (Chromium Embedded Framework).

The concept has been proved, and the documentation should be ready first.