firefox-devtools-mcpTools Reference
click_by_uid
Click element by UID
click_by_uid
Click on an element identified by its UID from a snapshot.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
uid | string | Yes | Element UID from snapshot |
Example
{
"tool": "click_by_uid",
"arguments": {
"uid": "uid-button-123"
}
}Notes
- Take a snapshot first using
take_snapshot - UIDs become invalid after page navigation