Skip to content

Expose CreateBrowser() with a callback argument that will be executed after browser was created #170

@GoogleCodeExporter

Description

@GoogleCodeExporter
Currently creating browser is possible only with the  synchronous function 
CreateBrowserSync. There are cases for the asynchronous creation to be useful. 
The only drawback is that there is no easy way to get the browser object after 
browser was created. The callback argument would provide a way to get the 
browser object after it was created. The callback will be called with browser 
as the first argument. Currently to get the browser object one would need to 
implement the OnAfterCreated global client callback. But this is not convenient 
to get a specific browser object.

Original issue reported on code.google.com by czarek.t...@gmail.com on 22 Jan 2015 at 8:41

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions