Closed
Description
openedon Feb 19, 2020
I was having problems diagnosing why webkit would not launch, it turns out I was using this which works in puppeteer but not playwright/webkit:
args: [`--window-size=${width},${height}`]
It would be nice if this case would handles explicitly to avoid users needing to manually investigate the problem.
Related discussion: #1041
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment