Trace Mode Limitations
What Trace Mode deliberately skips, plus the known gaps across adapters.
What trace mode skips
- DevTools UI window — no Chrome instance opens for the dashboard.
- Backend port-bind — no localhost port is reserved (parity across all three adapters as of v1.2+).
screencast.enabled— the live-mode continuous.webmrecording is ignored in trace mode (a warning is logged). Trace mode instead records a densefilmstripinto the archive by default (setfilmstrip: falsefor one frame per action), plus per-testvideoslices when enabled. The screencast tuning fields (quality,maxWidth,pollIntervalMs, …) still apply to whichever recorder runs.wdio-trace-<sessionId>.jsondump — removed entirely. The legacy monolithic JSON the WDIO live mode used to write is gone; live mode now streams to the dashboard and writes nothing to disk, and thetrace.zipis the single trace artifact.