Class BrowserContext.RouteOptions

  • Enclosing interface:
    BrowserContext

    public static class BrowserContext.RouteOptions
    extends Object
    • Field Detail

      • times

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

      • RouteOptions

        public RouteOptions()
    • Method Detail

      • setTimes

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