cefpython icon indicating copy to clipboard operation
cefpython copied to clipboard

Python bindings for the Chromium Embedded Framework (CEF)

Results 147 cefpython issues
Sort by recently updated
recently updated
newest added

Questions should be asked on the forum: https://groups.google.com/group/cefpython For example, the video tag supports MP4 format...

raise Exception("Python version not supported: " + sys.version) Exception: Python version not supported: 3.10.5 (tags/v3.10.5:f377153, Jun 6 2022, 16:14:13) [MSC v.1929 64 bit (AMD64)] Ig we should have a system...

Questions should be asked on the forum: https://groups.google.com/group/cefpython ![image](https://user-images.githubusercontent.com/86160411/175024560-1bb547a1-607c-4c20-9cb3-3f5a2e2bee77.png)

CEF only supports kernel 66, some new features are not well supported, so how can I upgrade to Chrome's latest kernel 90

Hi I can't get cef python to work with dpi adware. I have cef python 66 with pywin32 224 (python 3.6.8). I added the method cef.DpiAware.EnableHighDpiSupport() after line 28 of...

bug
examples
next release
patch available

This issue occurs on some of machines. There is no error in console logs. When ran with `--debug` flag you can see many X11 errors after the call to `CreateBrowserSync`....

bug
gtk

when i upgrade cefpython3==66.1 , then i find SetDomain error with “Cookie.SetDomain() failed, invalid domain: {0}”。so you add regexp test domin is right,but regexp is not perfect 。 It shouldn't...

Hi, How do I avoid this problem on cefpython? Thanks. https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-26809

I got a problem with module CefPython and Python3.8, Python3.9, Python3.10 on linux. I made a browser on linux, using the CefPython module, and it was amazing. But now, this...