Interface BrowserBecameUnresponsive
- All Superinterfaces:
BrowserEvent
,Event
An event indicating that the browser instance has become unresponsive.
This event is fired when JavaScript code on the loaded web page is executing for a long period of time (~45 seconds) blocking the web page while user is trying to work with the web page by clicking or typing on it. If the web page does not respond, this event is triggered.
-
Method Summary
-
Method Details
-
browser
Description copied from interface:BrowserEvent
Returns theBrowser
instance initiated this event.- Specified by:
browser
in interfaceBrowserEvent
-