Interaction
dblclick
Double-click an element by CSS selector.
Usage
$ cdpilot dblclick <selector>Arguments
| Name | Required | Description |
|---|---|---|
selector | required | CSS selector of the element |
Examples
Double-click to edit an inline cell
$ npx cdpilot dblclick ".editable-cell"