cefclient时序图
2018-09-11 22:37:58 171 举报
cef
作者其他创作
大纲/内容
程序开始
render process
CheckLoadFinished
OnProcessMessageReceived/OnGetElementBounds
采集数据
回传数据
图中主要表示了几个模块之间的交互过程,其中包含navigate、Click、Pageload几个关键动作,以及初始化过程和结果数据采集处理过程
处理单步结果
NotifyCefCollectDataFinished
获取下个Action(pageload)
同步返回CheckLoadFinished
执行点击/输入框输值
初始化websocket,监听网络数据
CollectData
获取下个Action
browser process(dll)
NotifyCefeDomActionDone
GetElementBounds
获取任务
browser process
打开blank页
ExecuteNavigate
NotifyCefNavigation
ExecuteDomAction
NotifyCefBrowserInitialized
0 条评论
下一页