diff --git a/server/src/routes/record.ts b/server/src/routes/record.ts index 272ac26f..3676e4d5 100644 --- a/server/src/routes/record.ts +++ b/server/src/routes/record.ts @@ -38,7 +38,10 @@ router.get('/start', (req, res) => { return res.send(id); }); - +/** + * POST endpoint for starting the remote browser recording session accepting browser launch options. + * returns session's id + */ router.post('/start', (req, res) => { const id = initializeRemoteBrowserForRecording({ browser: chromium,