Class BrowserContext.ExposeBindingOptions

  • Enclosing interface:
    BrowserContext

    public static class BrowserContext.ExposeBindingOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean handle
      Whether to pass the argument as a handle, instead of passing by value.
    • Field Detail

      • handle

        public java.lang.Boolean handle
        Whether to pass the argument as a handle, instead of passing by value. When passing a handle, only one argument is supported. When passing by value, multiple arguments are supported.
    • Constructor Detail

      • ExposeBindingOptions

        public ExposeBindingOptions()
    • Method Detail

      • setHandle

        public BrowserContext.ExposeBindingOptions setHandle​(boolean handle)
        Whether to pass the argument as a handle, instead of passing by value. When passing a handle, only one argument is supported. When passing by value, multiple arguments are supported.