-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Blank screens visible on headless mode. #3021
Comments
Looks similar to these issues:
For me it looks like the issue is no longer present with chrome/edge 130.
For me the test fail immediatly when using incorrect spelling. |
@Kedar-Ghadge have you tried a more recent Playwright version? e.g. 1.47? |
Let me try with lastest Playwright version and let me check with my browser version as well. One more observation I have. If I remove channel from runsettings file then also I am not getting any blank screen |
This means that updating won't help - since msedge still uses your system Microsoft Edge which you have installed. You can try Microsoft Edge Beta / Dev if you need to use Edge and can't use Playwright's Chromium. |
I see that you don't use the latest Playwright version. The other folks in the issue suggest that updating the Playwright version should make it work with recent Microsoft Edge. |
@mxschmitt, it worked after upgrading playwright to 1.47.0 latest version. Thanks. |
Version
1.44.0
Steps to reproduce
Example steps (replace with your own):
runsettings
file, change headless mode to true.Expected behavior
No blank screens should occur.
Actual behavior
Blank screens are occurring on test execution.
Additional context
Environment
The text was updated successfully, but these errors were encountered: