Class Page.RouteOptions

java.lang.Object
com.microsoft.playwright.Page.RouteOptions
Enclosing interface:
Page

public static class Page.RouteOptions extends Object
  • Field Details

    • times

      public Integer times
      How often a route should be used. By default it will be used every time.
  • Constructor Details

    • RouteOptions

      public RouteOptions()
  • Method Details

    • setTimes

      public Page.RouteOptions setTimes(int times)
      How often a route should be used. By default it will be used every time.