You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function should only be called on the UI thread. The 'request_context' parameter is not yet implemented. You must first create a window and initialize 'window_info' by calling WindowInfo.SetAsChild().
54
+
All parameters are optional.
55
55
56
-
After the call to CreateBrowserSync() the page is not yet loaded, if you want your next lines of code to do some stuff on the webpage you will have to implement [LoadHandler](LoadHandler.md).OnLoadEnd() callback, see example below:
56
+
This function can only be called on the UI thread.
57
57
58
-
```python
59
-
defOnLoadEnd(browser, frame, httpCode):
60
-
if frame == browser.GetMainFrame():
61
-
print("Finished loading main frame: %s (http code = %d)"
62
-
% (frame.GetUrl(), httpCode))
58
+
The "window_title" parameter will be used only
59
+
when parent window provided in window_info was set to 0.
0 commit comments