--- sidebar_label: MouseClickOptions --- # MouseClickOptions interface #### Signature: ```typescript export interface MouseClickOptions extends MouseOptions ``` **Extends:** [MouseOptions](./puppeteer.mouseoptions.md) ## Properties | Property | Modifiers | Type | Description | Default | | -------- | --------------------- | ------ | -------------------------------------------------------------- | -------------- | | count | optional | number | Number of clicks to perform. | 1 | | delay | optional | number | Time (in ms) to delay the mouse release after the mouse press. | |