salvadordf/CEF4Delphi

how to add this argument to start CHROMIUM browser --disable-blink-features=AutomationControlled

marcelo386 opened this issue · 1 comments

how to add this argument to start CHROMIUM browser --disable-blink-features=AutomationControlled

Add this before the GlobalCEFApp.StartMainProcess call in the DPR file :
GlobalCEFApp.DisableBlinkFeatures := 'AutomationControlled';

You can also use GlobalCEFApp.AddCustomCommandLine for custom command line switches.

Please, use our forum for more questions.