Package com.microsoft.playwright
Class APIRequestContext.DisposeOptions
- java.lang.Object
-
- com.microsoft.playwright.APIRequestContext.DisposeOptions
-
- Enclosing interface:
- APIRequestContext
public static class APIRequestContext.DisposeOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description DisposeOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIRequestContext.DisposeOptionssetReason(String reason)The reason to be reported to the operations interrupted by the context disposal.
-
-
-
Field Detail
-
reason
public String reason
The reason to be reported to the operations interrupted by the context disposal.
-
-
Method Detail
-
setReason
public APIRequestContext.DisposeOptions setReason(String reason)
The reason to be reported to the operations interrupted by the context disposal.
-
-