Class CSS.takeCoverageDelta$$RET

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

    public static class CSS.takeCoverageDelta$$RET
    extends BaseType<CSS.takeCoverageDelta$$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 takeCoverageDelta. This command is defined in the CSS 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.
    Obtain list of rules that became used since last call to this method (or since start of coverage instrumentation).
    See Also:
    CSS.takeCoverageDelta(), Serialized Form