-
#### Issue Summary
When Chromium loads a PDF, it displays it using it's built in reader. When the same PDF is used with the off screen browser, I would expect the resulting image to contain a picture…
-
If a ChromiumWebBrowser is created outside the visual tree (because it's in a tab that's not yet been opened, for example), any changes to its ActualSize throw an exception. This might happen if the t…
-
Hi all !!!
I am making a small stress utility using CefSharp. The utility will launch 200-500 web_view incidents and on web_view.LoadCompleted it will take the snap. Right now , i am facing an issue …
-
We are in the process of memory profiling our application once integration is completed with Cefsharp projects. Our application performance is getting poor when it ran for 2 or 3 hours continuously. S…
-
i can't seem to understand why my create window is causing the ui to freeze
my code is
``` c#
class LifeSpanHandler : ILifeSpanHandler
{
public bool OnBeforePopup(IWebBrowser browser, st…
-
I am trying to monitor all requests, responds and cookies for loaded url. Is ConsoleMessage event supported in CefSharp.OffScreen? Is there another way to do this in CefSharp.OffScreen
ghost updated
9 years ago
-
Hello! Subj. Is it possible to fire Native keyboard events? Like enter some text , press Enter etc.
Not using js simulate.
Thanks!
-
When i try to close tab with cef ,which javascript. its rise a pipeException. How to verify ready state of cef to javascript execute?
p.s. way to reproduce- just add
```
private void test()
…
-
Hello! I need to capture/modify requests/responses. I have register custom scheme handler. The problem is ProcessRequestAsync never invoked? Possible I do something wrong?
``` c#
class Program
{
…
-
``` C#
var task = browser.ScreenshotAsync(); //Error
```
I think, html code don't Loaded,so ScreenshotAsync Failed.
this my code.:
``` C#
namespace CefSharp.OffScreen.Example
{
public class …