Class BrowserContext.RouteOptions

  • Enclosing interface:
    BrowserContext

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

      Fields 
      Modifier and Type Field Description
      java.lang.Integer times
      How often a route should be used.
    • Constructor Summary

      Constructors 
      Constructor Description
      RouteOptions()  
    • Field Detail

      • times

        public java.lang.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.