Struct browser_window::browser::BrowserWindow [−][src]
pub struct BrowserWindow { /* fields omitted */ }
Expand description
An owned browser window handle. When this handle goes out of scope, its resource get scheduled for cleanup.
Methods from Deref<Target = BrowserWindowHandle>
Returns the application handle associated with this browser window.
Executes the given javascript code and returns the output as a string.
If you don’t need the result, see exec_js
.
Executes the given javascript code without waiting on it to finish.
Causes the browser to navigate to the given url.