AgentOS Extensions API - v1.0.3
    Preparing search index...

    Tool for typing into inputs

    Implements

    Index

    Constructors

    Properties

    category: "research" = 'research'
    description: "Type text into an input field using a CSS selector." = 'Type text into an input field using a CSS selector.'
    displayName: "Browser Type" = 'Browser Type'
    hasSideEffects: true
    id: "web-browser-type-v1" = 'web-browser-type-v1'
    inputSchema: JSONSchemaObject = ...
    name: "browser_type" = 'browser_type'

    Tool call name used by the LLM / ToolExecutor.

    Methods

    • Execute typing

      Parameters

      • input: { clear?: boolean; delay?: number; selector: string; text: string }
      • _context: ToolExecutionContext

      Returns Promise<ToolExecutionResult<TypeResult>>

    • Validate input

      Parameters

      • input: Record<string, any>

      Returns { errors?: any[]; isValid: boolean }