ActionFindInPage - TypeScript SDK

ActionFindInPage type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

1import { ActionFindInPage } from "@openrouter/sdk/models";
2
3let value: ActionFindInPage = {
4 pattern: "<value>",
5 type: "find_in_page",
6 url: "https://qualified-king.org",
7};

Fields

FieldTypeRequiredDescription
patternstring✔️N/A
type”find_in_page”✔️N/A
urlstring✔️N/A