There are some useful examples in CEF 1 that should be ported to CEF 3. CEF 1 code has been removed from master, but is still available in the cefpython31 branch.
- cefadvanced.py example that uses pywin32 has some unique features:
- javascript rebindings
- key handler for F5 F12 F11 Ctrl+ Ctrl-
- saving browser window content as an image
- More examples that should be ported:
There are some useful examples in CEF 1 that should be ported to CEF 3. CEF 1 code has been removed from master, but is still available in the cefpython31 branch.