Class Page.GetAppManifestResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.page.Page.GetAppManifestResponse
-
- Enclosing class:
- Page
public static class Page.GetAppManifestResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetAppManifestResponse(java.lang.String url, java.util.List<AppManifestError> errors, java.lang.String data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getData()
Manifest content.java.util.List<AppManifestError>
getErrors()
java.lang.String
getUrl()
Manifest location.
-
-
-
Constructor Detail
-
GetAppManifestResponse
public GetAppManifestResponse(java.lang.String url, java.util.List<AppManifestError> errors, java.lang.String data)
-
-
Method Detail
-
getUrl
public java.lang.String getUrl()
Manifest location.
-
getErrors
public java.util.List<AppManifestError> getErrors()
-
getData
public java.lang.String getData()
Manifest content.
-
-