Uses of Class
com.microsoft.playwright.Browser.CloseOptions
-
Packages that use Browser.CloseOptions Package Description com.microsoft.playwright -
-
Uses of Browser.CloseOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return Browser.CloseOptions Modifier and Type Method Description Browser.CloseOptionsBrowser.CloseOptions. setReason(String reason)The reason to be reported to the operations interrupted by the browser closure.Methods in com.microsoft.playwright with parameters of type Browser.CloseOptions Modifier and Type Method Description voidBrowser. close(Browser.CloseOptions options)In case this browser is obtained usingBrowserType.launch(), closes the browser and all of its pages (if any were opened).
-