---
title: "Select a native form option"
method: POST
path: "/tabs/{tabId}/select"
tags: ["Interaction"]
---

# Select a native form option

`POST /tabs/{tabId}/select`

## Path parameters

- `tabId` string, required

## Request body

- object
  - `userId` string, required
  - `ref` string
  - `selector` string
  - `option` string, required — Visible option label or HTML value.

## Response `200`

Option selected.

- object

## Other responses

- `400` — Bad request.
- `404` — Tab not found.

## Changes

- **2026-09-05** `8e6ebed86816` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/jo-inc/apis/camofox-browser/changes/tabs/:tabId/select/post.md)

---

[API](https://skmtc.dev/jo-inc/apis/camofox-browser.md) · [All operations](https://skmtc.dev/jo-inc/apis/camofox-browser/llms.txt) · [OpenAPI document](https://skmtc.dev/jo-inc/apis/camofox-browser/revisions/497e1f7d9303?raw)
