Package com.microsoft.playwright
Class Page.RouteOptions
- java.lang.Object
-
- com.microsoft.playwright.Page.RouteOptions
-
-
Constructor Summary
Constructors Constructor Description RouteOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Page.RouteOptionssetTimes(int times)How often a route should be used.
-
-
-
Field Detail
-
times
public Integer times
How often a route should be used. By default it will be used every time.
-
-
Method Detail
-
setTimes
public Page.RouteOptions setTimes(int times)
How often a route should be used. By default it will be used every time.
-
-