docs: RB launch options

This commit is contained in:
karishmas6
2024-06-09 00:36:36 +05:30
parent e5d2f06f91
commit 57adb06a44

View File

@@ -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,