cef_browser_t.get_frame_by_identifier

Returns the frame with the specified identifier, or NULL if not found.

struct cef_browser_t
extern (System)
cef_frame_t* function(cef_browser_t* self, const(cef_string_t)* identifier) nothrow get_frame_by_identifier;

Meta