bigbluebutton-streaming icon indicating copy to clipboard operation
bigbluebutton-streaming copied to clipboard

How to get rid of "Chrome is being controlled by automated software"

Open AzotoSolutions-dev opened this issue 2 years ago • 0 comments

How to get rid of "Chrome is being controlled by automated software" during the stream chrome recording? I've tried to modiy also the bbb_stream.js like this without success.

var options = { headless: true, // Cambiato a true args: [ '--disable-infobars', '--autoplay-policy=no-user-gesture-required', '--no-sandbox', '--disable-dev-shm-usage', --window-size=${width},${height}, '--app=https://www.google.com/', '--start-fullscreen', '--disable-extensions', '--disable-sync', '--disable-blink-features=AutomationControlled' ], excludeSwitches: ['enable-automation'] }

any ideas?

AzotoSolutions-dev avatar Jan 23 '24 16:01 AzotoSolutions-dev