I'm refering to the following post: Unable to hide "Chrome is being controlled by automated software" infobar within Chrome v76
Here is the Python code:
options.add_experimental_option("excludeSwitches", ["enable-automation"])
options.add_experimental_option('useAutomationExtension', False)
I need to implement that solution in Powershell. Any help is appreciated!