Interface FocusRequested
- All Superinterfaces:
BrowserEvent
,Event
Invoked when JavaScript sends a request to focus the Browser instance by calling the
window.focus()
method.- Since:
- 7.1
-
Method Summary
-
Method Details
-
browser
Description copied from interface:BrowserEvent
Returns theBrowser
instance initiated this event.- Specified by:
browser
in interfaceBrowserEvent
-