CloudScrapy / objects / browserContext.js
browserContext.js
Raw
function BrowserContext() {
    this.userId;
    this.contextId;
    this.requestId;
}

module.exports = {BrowserContext}