[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Input](./puppeteer.protocol.input.md) > [DispatchMouseEventRequestPointerType](./puppeteer.protocol.input.dispatchmouseeventrequestpointertype.md) ## Protocol.Input.DispatchMouseEventRequestPointerType enum Signature: ```typescript export const enum DispatchMouseEventRequestPointerType ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Mouse | 'mouse' | | | Pen | 'pen' | |