Class Page.GetAppManifestResponse
java.lang.Object
org.openqa.selenium.devtools.v126.page.Page.GetAppManifestResponse
- Enclosing class:
- Page
-
Constructor Summary
ConstructorsConstructorDescriptionGetAppManifestResponse
(String url, List<AppManifestError> errors, Optional<String> data, Optional<AppManifestParsedProperties> parsed, WebAppManifest manifest) -
Method Summary
-
Constructor Details
-
GetAppManifestResponse
public GetAppManifestResponse(String url, List<AppManifestError> errors, Optional<String> data, Optional<AppManifestParsedProperties> parsed, WebAppManifest manifest)
-
-
Method Details
-
getUrl
Manifest location. -
getErrors
-
getData
Manifest content. -
getParsed
Parsed manifest properties. Deprecated, use manifest instead. -
getManifest
-