You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that any errors are not reported, the script just silently aborts.
If the script is not running until the last line then there's probably an error in it somewhere.
console.log
statement at beginning of scriptconst btns = await page.$$('button')
console.log(btns)
The text was updated successfully, but these errors were encountered: