BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setAcceptDownloads(boolean acceptDownloads) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setArgs(List<String> args) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setBypassCSP(boolean bypassCSP) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setChannel(BrowserChannel channel) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setChromiumSandbox(boolean chromiumSandbox) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setColorScheme(ColorScheme colorScheme) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setDeviceScaleFactor(double deviceScaleFactor) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setDevtools(boolean devtools) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setDownloadsPath(Path downloadsPath) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setEnv(Map<String,String> env) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setExecutablePath(Path executablePath) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setExtraHTTPHeaders(Map<String,String> extraHTTPHeaders) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setGeolocation(double latitude,
double longitude) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setGeolocation(Geolocation geolocation) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setHandleSIGHUP(boolean handleSIGHUP) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setHandleSIGINT(boolean handleSIGINT) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setHandleSIGTERM(boolean handleSIGTERM) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setHasTouch(boolean hasTouch) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setHeadless(boolean headless) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setHttpCredentials(HttpCredentials httpCredentials) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setHttpCredentials(String username,
String password) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setIgnoreAllDefaultArgs(boolean ignoreAllDefaultArgs) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setIgnoreDefaultArgs(List<String> ignoreDefaultArgs) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setIgnoreHTTPSErrors(boolean ignoreHTTPSErrors) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setIsMobile(boolean isMobile) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setJavaScriptEnabled(boolean javaScriptEnabled) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setLocale(String locale) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setOffline(boolean offline) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setPermissions(List<String> permissions) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setProxy(Proxy proxy) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setProxy(String server) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setRecordHarOmitContent(boolean recordHarOmitContent) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setRecordHarPath(Path recordHarPath) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setRecordVideoDir(Path recordVideoDir) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setRecordVideoSize(int width,
int height) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setRecordVideoSize(RecordVideoSize recordVideoSize) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setScreenSize(int width,
int height) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setScreenSize(ScreenSize screenSize) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setSlowMo(double slowMo) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setTimeout(double timeout) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setTimezoneId(String timezoneId) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setUserAgent(String userAgent) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setViewportSize(int width,
int height) |
BrowserType.LaunchPersistentContextOptions |
BrowserType.LaunchPersistentContextOptions.setViewportSize(ViewportSize viewportSize) |