I am trying to record a webpage in nodejs server.
Currently I am using puppeteer to open a page and a extension to record it.
I want to ditch the extension and directly record in the nodejs.
So first problem is to get the stream from current tab. This can be done in extension but in the browser itself it requires a user confirmation.
So I was wondering is there any chrome config or commandline params that would disable the user confirmation popup when using getusermedia and automatically returns the current tab ?