mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
194 B
194 B
sidebar_label |
---|
CDPSession.id |
CDPSession.id() method
Returns the session's id.
Signature:
class CDPSession {
abstract id(): string;
}
Returns:
string