{ "name": "browser_drag", "description": "Drag one element onto another with the real mouse: press the left button over the centre of the source, move to the centre of the target in several intermediate steps, and release there.", "requires_confirmation": false, "inputSchema": { "type": "object", "properties": { "sourceSelector": { "type": "string", "description": "CSS selector of the element to pick up. The drag starts at its centre." }, "targetSelector": { "type": "string", "description": "CSS selector of the drop target. The button is released at its centre." } }, "required": [ "sourceSelector", "targetSelector" ] } }