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?
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?