615 B
615 B
Home > puppeteer > Protocol > Page > TransitionType
Protocol.Page.TransitionType type
Transition type.
Signature:
export type TransitionType = ('link' | 'typed' | 'address_bar' | 'auto_bookmark' | 'auto_subframe' | 'manual_subframe' | 'generated' | 'auto_toplevel' | 'form_submit' | 'reload' | 'keyword' | 'keyword_generated' | 'other');