Uses of Class
com.microsoft.playwright.BrowserContext.CloseOptions
-
Packages that use BrowserContext.CloseOptions Package Description com.microsoft.playwright -
-
Uses of BrowserContext.CloseOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return BrowserContext.CloseOptions Modifier and Type Method Description BrowserContext.CloseOptionsBrowserContext.CloseOptions. setReason(String reason)The reason to be reported to the operations interrupted by the context closure.Methods in com.microsoft.playwright with parameters of type BrowserContext.CloseOptions Modifier and Type Method Description voidBrowserContext. close(BrowserContext.CloseOptions options)Closes the browser context.
-