|
@@ -103,7 +103,8 @@ export default class VideoStreams {
|
|
|
scraperMethod: ScraperMethods.PUPPETEER,
|
|
scraperMethod: ScraperMethods.PUPPETEER,
|
|
|
screenshotSelector: this._selector,
|
|
screenshotSelector: this._selector,
|
|
|
screenshotDelay: config.VIDEO_STREAMS_SCREENSHOT_DELAY,
|
|
screenshotDelay: config.VIDEO_STREAMS_SCREENSHOT_DELAY,
|
|
|
- clickSelector: this._clickSelector
|
|
|
|
|
|
|
+ clickSelector: this._clickSelector,
|
|
|
|
|
+ useProxy: true
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
const screenshotBase64 = response?.data?.data?.screenshot;
|
|
const screenshotBase64 = response?.data?.data?.screenshot;
|