Browse Source

disable chrome show

master
filesite 6 months ago
parent
commit
de8541ea02
  1. 8
      config.mjs

8
config.mjs

@ -38,10 +38,10 @@ let configs = { @@ -38,10 +38,10 @@ let configs = {
//可选项参考官方文档:https://ulixee.org/docs/hero/basic-client/hero
botOptions: {
showChrome: true,
showChromeInteractions: true,
showDevtools: true,
showChromeAlive: true,
showChrome: false,
showChromeInteractions: false,
showDevtools: false,
showChromeAlive: false,
},
viewports: {

Loading…
Cancel
Save