public interface BrowserBecameUnresponsive extends BrowserEvent
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.
Modifier and Type | Method and Description |
---|---|
default Browser |
browser()
Returns the
Browser instance initiated this event. |
default Browser browser()
BrowserEvent
Browser
instance initiated this event.browser
in interface BrowserEvent