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
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
The viewport width / height should be detected add add as a
await page.setViewport({ width: 1280, height: 800 })
stanza after spawning the first page.This is handy because after recording, menus might be invisible as the viewport is not very wide.
The text was updated successfully, but these errors were encountered: