Remote CDDL at this line is using browsingContext.Screencast like shown below
browsingContext.StopScreencastParameters = {
screencast: browsingContext.Screencast
}
However, only local CDDL has browsingContext.Screencast definition at this line like the below
browsingContext.Screencast = text
The same code as above is missing in the remote cddl. A PR is coming.
Online validator also catches the undefined reference:

Remote CDDL at this line is using
browsingContext.Screencastlike shown belowHowever, only local CDDL has
browsingContext.Screencastdefinition at this line like the belowThe same code as above is missing in the remote cddl. A PR is coming.
Online validator also catches the undefined reference:
