CDPSession.id() method

Returns the session’s id.

Signature

class CDPSession {
  abstract id(): string;
}

Returns:

string