Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 141 Bytes

puppeteer.page.keyboard.md

File metadata and controls

13 lines (10 loc) · 141 Bytes
sidebar_label
Page.keyboard

Page.keyboard property

Signature:

class Page {
  get keyboard(): Keyboard;
}