Unable to hide “Chrome is being controlled by automated software” infobar within Chrome v76

后端 未结 6 1177
逝去的感伤
逝去的感伤 2020-11-28 08:48

After updating Chrome to version 76, I cannot figure out how to hide the \"Chrome is being controlled by automated software...\" notification overriding some controls on the

6条回答
  •  醉梦人生
    2020-11-28 09:43

    1. You can use --app=desired_address_without_brackets flag, e.g. --app=https://google.com. Works in Chrome 80.
      Of course it works only if it's acceptable for your project to be launched in App mode and you have a page link you can insert there. See this answer of mine for a little more info.

    2. You can also use --test-type command line flag, which removes such infobars too.
      Attention! In very rare cases it causes strange things like muting page sound! So I'm not sure I should recommend it in the first place.

提交回复
热议问题