Class Frame.InputValueOptions

java.lang.Object
com.microsoft.playwright.Frame.InputValueOptions
Enclosing interface:
Frame

public static class Frame.InputValueOptions extends Object
  • Field Details

    • strict

      public Boolean strict
      When true, the call requires selector to resolve to a single element. If given selector resolves to more than one element, the call throws an exception.
    • timeout

      public Double timeout
      Maximum time in milliseconds. Defaults to 30000 (30 seconds). Pass 0 to disable timeout. The default value can be changed by using the BrowserContext.setDefaultTimeout() or Page.setDefaultTimeout() methods.
  • Constructor Details

    • InputValueOptions

      public InputValueOptions()
  • Method Details