mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-28 17:44:33 +03:00
3fe1263643
Closes https://github.com/microsoft/playwright/issues/23964. Trace snapshots are a best-effort snapshots of the browser DOM, but we can't guarantee them to be exactly what the browser showed. One example of this is `canvas` elements, where you just can't see their contents. That makes snapshots useful, but not perfect. For those cases where the snapshot doesn't show everything, this PR introduces a new setting to show a screenshot instead. You won't be able to scroll or inspect the DOM or select a locator anymore. But if the snapshot was missing something, or displaying something wrong, you can now check the screenshot instead. |
||
---|---|---|
.. | ||
testserver | ||
baseTest.ts | ||
browserTest.ts | ||
commonFixtures.ts | ||
comparator.ts | ||
debugControllerBackend.ts | ||
errors.ts | ||
platformFixtures.ts | ||
proxy.ts | ||
queryObjects.ts | ||
remote-server-impl.js | ||
remoteServer.ts | ||
serverFixtures.ts | ||
testMode.ts | ||
testModeFixtures.ts | ||
traceViewerFixtures.ts | ||
utils.ts |