Interface FocusRequested

All Superinterfaces:
BrowserEvent, Event

public interface FocusRequested extends BrowserEvent
Invoked when JavaScript sends a request to focus the Browser instance by calling the window.focus() method.
Since:
7.1
  • Method Summary

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