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
According to documentationviewport option can be null. And in this case I got error with Webkit: UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'width' of null from here:
Thanks for the report! I'll use this opportunity to rearrange some of the logic and add a test for this one, hesitant asking for a PR here due to all this extra work.
Context:
Code Snippet
Describe the bug
According to documentation viewport option can be
null
. And in this case I got error with Webkit:UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'width' of null
from here:playwright/src/webkit/wkPage.ts
Line 493 in d397bb1
So I suppose it should have some checks for viewport.
I can make PR to fix this.
Thanks!
The text was updated successfully, but these errors were encountered: