mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
738 B
738 B
Home > puppeteer > Protocol > Emulation > SetVirtualTimePolicyRequest > waitForNavigation
Protocol.Emulation.SetVirtualTimePolicyRequest.waitForNavigation property
If set the virtual time policy change should be deferred until any frame starts navigating. Note any previous deferred policy change is superseded.
Signature:
waitForNavigation?: boolean;