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
/// <exception cref="System.Exception">An instance of the underlying offscreen browser has already been created, this method can only be called once.</exception>
340
+
/// <returns>
341
+
/// A <see cref="Task{IBrowser}"/> that represents the creation of the underlying CEF browser (<see cref="IBrowser"/> instance.
342
+
/// When the task completes then the CEF Browser will have been created and you can start performing basic tasks.
343
+
/// Note that the control's <see cref="BrowserInitialized"/> event will be invoked after this task completes.
0 commit comments