Class BrowserContext.ExposeBindingOptions

java.lang.Object
com.microsoft.playwright.BrowserContext.ExposeBindingOptions
Enclosing interface:
BrowserContext

public static class BrowserContext.ExposeBindingOptions extends Object
  • Field Details

    • handle

      public 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 Details

    • ExposeBindingOptions

      public ExposeBindingOptions()
  • Method Details

    • 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.