Class Page.CloseOptions

  • Enclosing interface:
    Page

    public static class Page.CloseOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean runBeforeUnload
      Defaults to false.
    • Constructor Summary

      Constructors 
      Constructor Description
      CloseOptions()  
    • Field Detail

      • runBeforeUnload

        public java.lang.Boolean runBeforeUnload
        Defaults to false. Whether to run the before unload page handlers.
    • Constructor Detail

      • CloseOptions

        public CloseOptions()
    • Method Detail

      • setRunBeforeUnload

        public Page.CloseOptions setRunBeforeUnload​(boolean runBeforeUnload)
        Defaults to false. Whether to run the before unload page handlers.