Skip to content

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

@AzotoSolutions-dev

Description

@AzotoSolutions-dev

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions