Interface BrowserBecameUnresponsive

All Superinterfaces:
BrowserEvent, Event

public interface BrowserBecameUnresponsive extends BrowserEvent
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

    Modifier and Type
    Method
    Description
    default Browser
    Returns the Browser instance initiated this event.
  • Method Details