--- sidebar_label: ClickOptions --- # ClickOptions interface #### Signature: ```typescript export interface ClickOptions ``` ## Properties | Property | Modifiers | Type | Description | Default | | ----------------------------------------------------- | --------- | ----------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------- | | [button?](./puppeteer.clickoptions.button.md) | | [MouseButton](./puppeteer.mousebutton.md) | (Optional) | 'left' | | [clickCount?](./puppeteer.clickoptions.clickcount.md) | | number | (Optional) | 1 | | [delay?](./puppeteer.clickoptions.delay.md) | | number | (Optional) Time to wait between mousedown and mouseup in milliseconds. | 0 | | [offset?](./puppeteer.clickoptions.offset.md) | | [Offset](./puppeteer.offset.md) | (Optional) Offset for the clickable point relative to the top-left corner of the border box. | |