public static interface BeforeUrlRequestCallback.Params
BeforeUrlRequestCallback.| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<Browser> |
browser()
Returns an
Optional that contains the Browser instance initiated this
request or an empty Optional if it has not been determined or not available
anymore. |
default UrlRequest |
urlRequest()
Returns the URL request.
|
default UrlRequest urlRequest()
default java.util.Optional<Browser> browser()
Optional that contains the Browser instance initiated this
request or an empty Optional if it has not been determined or not available
anymore.