public CdpPageNavigationCommand(CdpCommunicator communicator) : base(communicator) { }
protected BaseCdpCommand(CdpCommunicator communicator) { this.Communicator = communicator; }
protected BaseCdpDataCommand(CdpCommunicator communicator) : base(communicator) { }
public CdpPageDomain(CdpCommunicator cdpCommunicator) : base(cdpCommunicator) { Communicator.SendAsync("Page.enable"); }
public CdpPagePrintPdfCommand(CdpCommunicator communicator) : base(communicator) { }
protected BaseCdpDomain(CdpCommunicator cdpCommunicator) { Communicator = cdpCommunicator; }