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
Minimal reproduction is available in this pull request in my public demo repository: jeff-an/playwright-shadow-dom-repro#1. The main Playwright script is here while the github action workflow is defined here.
The failure can be seen in the Github actions failure, which only attempts to take a screenshot of Google.com but fails.
The Chrome extension being used is the popular https://darkreader.org/. It works totally fine on my official Chrome build and on Chromium when ran on my Mac OS laptop. However, it does not work when running on Linux.
Interestingly this flow used to work last week and I don't think I changed the Playwright version used or any dependencies. Maybe something on the default Github Actions runners changed?
Expected behavior
Screenshot should succeed within a reasonable time.
Actual behavior
Screenshot fails after 3 seconds. Tried the following:
The text was updated successfully, but these errors were encountered:
jeff-an
changed the title
[Bug]: Screenshots timing out when using chrome extension in new headless
[Bug]: Screenshots timing out when using chrome extension in new headless mode
Nov 26, 2024
Version
1.44.1, 1.48.2
Steps to reproduce
Minimal reproduction is available in this pull request in my public demo repository: jeff-an/playwright-shadow-dom-repro#1. The main Playwright script is here while the github action workflow is defined here.
The failure can be seen in the Github actions failure, which only attempts to take a screenshot of Google.com but fails.
The Chrome extension being used is the popular https://darkreader.org/. It works totally fine on my official Chrome build and on Chromium when ran on my Mac OS laptop. However, it does not work when running on Linux.
Interestingly this flow used to work last week and I don't think I changed the Playwright version used or any dependencies. Maybe something on the default Github Actions runners changed?
Expected behavior
Screenshot should succeed within a reasonable time.
Actual behavior
Screenshot fails after 3 seconds. Tried the following:
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: