Class Page.getAppManifest$$RET

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<BaseType<?>>
    Enclosing class:
    Page

    public static class Page.getAppManifest$$RET
    extends BaseType<Page.getAppManifest$$RET>
    implements java.io.Serializable
    This Nested Java Class was written in order to incorporate the litany of all return-values from the browser command getAppManifest. This command is defined in the Page domain, which is located in the BrowserAPI.

    📌 All browser commands having a dedicated return type nested class will have a name which begins with a lower case letter, and ends with the string '$$RET'.

    ⚠️ Browser return types are only created for commands in which 2 or more values are returned by a CDP command.
    Gets the processed manifest for this current document. This API always waits for the manifest to be loaded. If manifestId is provided, and it does not match the manifest of the current document, this API errors out. If there is not a loaded page, this API errors out immediately.
    See Also:
    Page.getAppManifest(java.lang.String), Serialized Form