mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-14 23:15:14 -04:00
The recorder holds each goto one step: if the next recorded call is waitForSelector/waitForState, the emitted line carries waitUntil=domcontentloaded (the follow-up wait covers readiness); anything else, including extract and comments, flushes the plain load-wait form. An explicit waitUntil is never rewritten. bytes() flushes a trailing held goto and became fallible; isEmpty() replaces the len check in synthesizeSave (#3138).