cefsharp Questions

7

I've been working on a CefSharp WinForms app for a few weeks and I've had no issues with it. This morning, while adding a few things to the application, I tried to run it to test something and got ...
Rhearheba asked 21/2, 2017 at 11:12

3

I am running cefsharp/75. I want to turn on zooming with the ctrl key and the mousewheel. My event handler is never triggered. And if you hold ctrl and use the mouse will the screen doesn't move. S...
Pinot asked 26/9, 2019 at 18:24

3

Solved

I am using aCefSharp.Wpf.ChromiumWebBrowser (Version 47.0.3.0) to load a web page. Some point after the page has loaded I want to get the source code. I have called: wb.GetBrowser().MainFrame.Get...
Ballata asked 9/3, 2016 at 11:29

2

Solved

This might be a simple question, but I have a winforms app that is loading a ChromiumWebBrowser control (CefSharp) and I can't figure out how to capture key preview events as they are all being swa...
Buoy asked 14/4, 2016 at 23:31

2

Solved

I'm considering moving a project from cef (CefSharp) to WebView2 WPF. My preliminary tests shows that WebView2 API have the interface I need for this port. I am afraid that I can miss something tha...
Pellegrini asked 15/12, 2021 at 8:2

3

Solved

first and foremost I am a novice at C# and learning Cefsharp + javascript as I go so please attempt to comment any solution you feel are necessary, will save me asking stupid questions. I'm attemp...
Middleaged asked 18/4, 2017 at 0:21

5

Solved

I downloaded CEF (chromuim embedded framework) binary distributation that comes with (cefclient & cefsimple) c++ examples, And Realized that cefclient can change proxy settings on run-time. An...
Rozalin asked 18/3, 2016 at 22:53

2

I am trying to use cefshar browser in C# winforms and need to know how I know when page completely loaded and how I can get browser document and get html elements, I just Initialize the browser an...
Bordie asked 1/2, 2017 at 16:58

3

Solved

Building an application using the CEFSharp browser, works fine on my machine, but crashes on the server with the following error: System.IO.FileLoadException: A procedure imported by 'CefSharp.Cor...
Wheelock asked 18/2, 2019 at 21:13

2

Solved

I'm using CefSharp Winforms x86 build. I want to play a video from this link : http://developers.canal-plus.com/rx-player/ In google chrome it's working but my CefSharp WinForm Browser can't pla...
Lupita asked 6/3, 2018 at 23:41

3

Solved

I am creating many ChromiumWebBrowser-Instances programmatically inside my app. On some time later I set the visibility and an address for the browser. Also I wanted to change the zoom-level. But w...
Subroutine asked 23/5, 2016 at 10:45

4

I'm trying to download some file (image, audio file, or something else) from my app using CefSharp WinForms. I read many other posts, but nothing seems to work. Do you have any sample code that imp...
Camm asked 15/12, 2015 at 12:33

2

I'm looking for a way to run my Angular2 application in a CefSharp control and establish a communication in both directions. Let me give you two examples: I have a button in my Angular app and wa...
Laniferous asked 11/1, 2018 at 11:21

2

Solved

I am using the ChromiumWebBrowser provided by the CefSharp library to allow users to view and interact with a website from within my C# application. The website is currently displayed correctly, a...
Income asked 7/6, 2016 at 14:13

2

Solved

I want to execute JavaScript code by using CefSharp in Windows Forms, but it does not work. The code is as following, and the message test is not shown. Did I miss something? var browser = new Chr...
Postwar asked 1/7, 2015 at 8:4

2

Solved

When I run I get: Could not load file or assembly 'CefSharp.Wpf, Version=41.0.0.0, Culture=neutral, PublicKeyToken=40c4b6fc221f4138' or one of its dependencies. An attempt was made to load a progra...
Ovariotomy asked 1/7, 2015 at 21:30

2

Solved

I'm trying to click a button on a webpage (kahoot.it), and I already know that I probably need to use Javascript for that which is fine, as long as it stays with 1 line of JavaScript because that's...
Faxen asked 7/12, 2019 at 21:8

11

I'm trying to use CefSharp to load my web app into winfoms. I've added 2 dll files: CefSharp.dll and CefSharp.WinForms into references and add 2 dll files icudt.dll and libcef.dll into my project t...
Unprecedented asked 13/8, 2013 at 7:28

2

I want to use CEF to control a Flash Application, so I need to simulate MouseDown and KeySend without JavaScript. I am using offscreen rendering. This is what I tried: managedCefBrowserAdapter.OnM...
Sabol asked 30/6, 2015 at 9:55

2

Solved

I'm trying to do simple click on some page element(like a btn or link). I have wrote 2 functions for clicking via xpath and via CSS selectors. Both of those functions perfectly works in browser's...
Zamudio asked 3/8, 2018 at 22:21

2

Solved

I am developing an app on a banking device that uses cefsharp browser as a part of it. Cause this app will be used by anyone it should not save any data from previous user that the next user can se...
Hijoung asked 10/12, 2017 at 14:12

1

Do you know how to make it so that when the ChromiumBrowser is opened, the browser sizes to contents? Right now this xaml is found in the body of a Window. When someone clicks on the text of MyText...
Ezzell asked 29/5, 2017 at 18:44

2

Solved

Currently I'm setting the cache path as follows: CefSettings settings = new CefSettings(); settings.CachePath = mycachePath; Cef.Initialize(settings); var browser = new ChromiumWebBrowser(myUrl)...
Farm asked 31/12, 2015 at 17:18

5

Solved

I have a requirement to open a link in a native browser from CefSharp 3. I need to run the whole application in CefSharp 3's chromium browser except a form. when I click the form's link button (Eg ...
Treed asked 6/7, 2015 at 8:39

5

Solved

I had followed this link to implement CefSharp applicaton. But I have stuck while coding MainWindow.xaml. Blend for VS 2015 said, The name ChromiumWebBrowser does not exist in the namespace "c...
Venatic asked 21/9, 2016 at 9:21

© 2022 - 2024 — McMap. All rights reserved.