Uses of Class
com.microsoft.playwright.APIRequestContext.DisposeOptions
-
Packages that use APIRequestContext.DisposeOptions Package Description com.microsoft.playwright -
-
Uses of APIRequestContext.DisposeOptions in com.microsoft.playwright
Methods in com.microsoft.playwright that return APIRequestContext.DisposeOptions Modifier and Type Method Description APIRequestContext.DisposeOptionsAPIRequestContext.DisposeOptions. setReason(String reason)The reason to be reported to the operations interrupted by the context disposal.Methods in com.microsoft.playwright with parameters of type APIRequestContext.DisposeOptions Modifier and Type Method Description voidAPIRequestContext. dispose(APIRequestContext.DisposeOptions options)All responses returned byAPIRequestContext.get()and similar methods are stored in the memory, so that you can later callAPIResponse.body().This method discards all its resources, calling any method on disposedAPIRequestContextwill throw an exception.
-