Overview of cefpython module functions
masterThe cefpython module provides the core functions for managing the CEF (Chromium Embedded Framework) lifecycle, browser instances, and global callbacks. Key functional areas include:
- Lifecycle Management:
Initialize,Shutdown,MessageLoop, andQuitMessageLoop. - Browser Management:
CreateBrowser,CreateBrowserSync,GetBrowserByIdentifier, andGetBrowserByWindowHandle. - Global Callbacks:
SetGlobalClientCallback,GetGlobalClientCallback, andSetGlobalClientHandler. - System & Environment:
GetAppPath,GetAppSetting,GetCommandLineSwitch, andGetVersion. - Task Scheduling:
PostTaskandPostDelayedTask.