Puppeteer open and ask what engine i want to use

im the only one that once puppeteer open it show what engine i want to use and it bug the whole tab ?

u can fix it by using this option:

--disable-search-engine-choice-screen
BLOCK:PuppeteerOpenBrowser
  extraCmdLineArgs = "--disable-search-engine-choice-screen"
ENDBLOCK

thanks for the help apreciate

1 Like