frankcollins3 / PHPokedex

react concepts
0 stars 0 forks source link

puppeteer.launch( {headless: true} ) no window. no alert. [5:25pm] #52

Open frankcollins3 opened 1 year ago

frankcollins3 commented 1 year ago

creating object key {headless: false} within .launch() launches chrome/chromium automated test browser. If {headless:true} is set as the argument to .launch() => no window pops up which is desired. and no alert pops up. which is not

this may be checkmate to this approach. The point definitely is to not have this browser pop up but to send an alert to the user.

[5:26pm]