---
title: "Click element in WebView"
method: POST
path: "/api/v1/webview/input/click"
tags: ["webview"]
---

# Click element in WebView

`POST /api/v1/webview/input/click`

Clicks a DOM element matching the given CSS selector inside the WebView.

## Request body

- WebViewInputClickRequest — unresolved $ref

## Response `200`

Click performed.

- object
  - `success` boolean

## Other responses

- `400` — Invalid selector or locator.
- `404` — Element not found.
- `500` — Internal server error.

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
