Package com.microsoft.playwright
Class Browser.CloseOptions
- java.lang.Object
-
- com.microsoft.playwright.Browser.CloseOptions
-
-
Constructor Summary
Constructors Constructor Description CloseOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Browser.CloseOptionssetReason(String reason)The reason to be reported to the operations interrupted by the browser closure.
-
-
-
Field Detail
-
reason
public String reason
The reason to be reported to the operations interrupted by the browser closure.
-
-
Method Detail
-
setReason
public Browser.CloseOptions setReason(String reason)
The reason to be reported to the operations interrupted by the browser closure.
-
-