Click And Download
element_click_and_downloadClick a web element and download the resulting file, returning a verified artifact receipt. Supports optional filename and MIME type constraints.
Instructions
Perform one native element click, await one completed download, and return an integrity-checked safe artifact receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Shared maximum seconds for target resolution, click, and download completion. | |
| selector | Yes | CSS/XPath/DrissionPage selector for the download control. | |
| operation_key | No | Optional live-task key. Reusing the same key replays the frozen artifact result without clicking again. | |
| expected_filename | No | Optional exact basename constraint for the downloaded artifact. | |
| expected_mime_type | No | Optional MIME constraint inferred from the completed filename. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||