Uses of Class
com.microsoft.playwright.impl.LocalUtils
-
Packages that use LocalUtils Package Description com.microsoft.playwright.impl -
-
Uses of LocalUtils in com.microsoft.playwright.impl
Fields in com.microsoft.playwright.impl declared as LocalUtils Modifier and Type Field Description (package private) LocalUtilsConnection. localUtilsprivate LocalUtilsHARRouter. localUtilsMethods in com.microsoft.playwright.impl that return LocalUtils Modifier and Type Method Description (package private) LocalUtilsConnection. localUtils()Constructors in com.microsoft.playwright.impl with parameters of type LocalUtils Constructor Description Connection(Transport pipe, java.util.Map<java.lang.String,java.lang.String> env, LocalUtils localUtils)HARRouter(LocalUtils localUtils, java.nio.file.Path harFile, HarNotFound defaultAction)
-