puppeteer/new-docs/puppeteer.protocol.page.clientnavigationdisposition.md
2020-07-13 14:01:35 +01:00

506 B

Home > puppeteer > Protocol > Page > ClientNavigationDisposition

Protocol.Page.ClientNavigationDisposition type

Signature:

export type ClientNavigationDisposition = ('currentTab' | 'newTab' | 'newWindow' | 'download');