Uses of Class
org.openqa.selenium.devtools.v111.page.model.AppManifestError
-
Packages that use AppManifestError Package Description org.openqa.selenium.devtools.v111.page -
-
Uses of AppManifestError in org.openqa.selenium.devtools.v111.page
Methods in org.openqa.selenium.devtools.v111.page that return types with arguments of type AppManifestError Modifier and Type Method Description java.util.List<AppManifestError>Page.GetAppManifestResponse. getErrors()Constructor parameters in org.openqa.selenium.devtools.v111.page with type arguments of type AppManifestError Constructor Description GetAppManifestResponse(java.lang.String url, java.util.List<AppManifestError> errors, java.util.Optional<java.lang.String> data, java.util.Optional<AppManifestParsedProperties> parsed)
-