OutSystems / CefGlue

.NET binding for The Chromium Embedded Framework (CEF)
MIT License
279 stars 41 forks source link

Headless support (for automated tests)? #130

Closed MihaMarkic closed 9 months ago

MihaMarkic commented 9 months ago

Hi,

Looking for a headless cross platform browser for running automated tests - is there support for it in here?

TIA

MihaMarkic commented 9 months ago

Looks like this article is on right path, although it needs a bit of a refresh.

joaompneves commented 9 months ago

Hi, This project provides a visual component (webview) for Avalonia. Doesn't aim to provide headless capabilities.

MihaMarkic commented 9 months ago

@joaompneves While that's true, it still indirectly provides headless functionality, it seems.

MihaMarkic commented 9 months ago

@joaompneves Could this be something you might support eventually? Otherwise close the issue I guess.

joaompneves commented 9 months ago

Hi, Not really. You should look at the original CefGlue repo rather than this one. As I said, this one is about providing a visual cross platform component, not and headless one.