[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) ## Protocol.Input namespace Signature: ```typescript export namespace Input ``` ## Enumerations | Enumeration | Description | | --- | --- | | [DispatchKeyEventRequestType](./puppeteer.protocol.input.dispatchkeyeventrequesttype.md) | | | [DispatchMouseEventRequestPointerType](./puppeteer.protocol.input.dispatchmouseeventrequestpointertype.md) | | | [DispatchMouseEventRequestType](./puppeteer.protocol.input.dispatchmouseeventrequesttype.md) | | | [DispatchTouchEventRequestType](./puppeteer.protocol.input.dispatchtoucheventrequesttype.md) | | | [EmulateTouchFromMouseEventRequestType](./puppeteer.protocol.input.emulatetouchfrommouseeventrequesttype.md) | | ## Interfaces | Interface | Description | | --- | --- | | [DispatchKeyEventRequest](./puppeteer.protocol.input.dispatchkeyeventrequest.md) | | | [DispatchMouseEventRequest](./puppeteer.protocol.input.dispatchmouseeventrequest.md) | | | [DispatchTouchEventRequest](./puppeteer.protocol.input.dispatchtoucheventrequest.md) | | | [EmulateTouchFromMouseEventRequest](./puppeteer.protocol.input.emulatetouchfrommouseeventrequest.md) | | | [InsertTextRequest](./puppeteer.protocol.input.inserttextrequest.md) | | | [SetIgnoreInputEventsRequest](./puppeteer.protocol.input.setignoreinputeventsrequest.md) | | | [SynthesizePinchGestureRequest](./puppeteer.protocol.input.synthesizepinchgesturerequest.md) | | | [SynthesizeScrollGestureRequest](./puppeteer.protocol.input.synthesizescrollgesturerequest.md) | | | [SynthesizeTapGestureRequest](./puppeteer.protocol.input.synthesizetapgesturerequest.md) | | | [TouchPoint](./puppeteer.protocol.input.touchpoint.md) | | ## Type Aliases | Type Alias | Description | | --- | --- | | [GestureSourceType](./puppeteer.protocol.input.gesturesourcetype.md) | | | [MouseButton](./puppeteer.protocol.input.mousebutton.md) | | | [TimeSinceEpoch](./puppeteer.protocol.input.timesinceepoch.md) | UTC time in seconds, counted from January 1, 1970. |