Struct browser_window::browser::BrowserWindowHandle [−][src]
pub struct BrowserWindowHandle { /* fields omitted */ }
Expand description
This is a handle to an existing browser window.
Implementations
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.
Methods from Deref<Target = WindowHandle>
Trait Implementations
type Target = WindowHandle
type Target = WindowHandle
The resulting type after dereferencing.
Auto Trait Implementations
impl RefUnwindSafe for BrowserWindowHandle
impl !Send for BrowserWindowHandle
impl !Sync for BrowserWindowHandle
impl Unpin for BrowserWindowHandle
impl UnwindSafe for BrowserWindowHandle
Blanket Implementations
Mutably borrows from an owned value. Read more