langchain.js
    Preparing search index...

    Hierarchy

    • StagehandToolBase
      • StagehandActTool
    Index

    Constructors

    • Parameters

      • OptionalstagehandInstance: Stagehand

      Returns StagehandActTool

    Properties

    description: string = "Use this tool to perform an action on the current web page using Stagehand. The input should be a string describing the action to perform."
    name: string = "stagehand_act"
    stagehand?: Stagehand

    Methods

    • Parameters

      • input: string

      Returns Promise<string>

    • Returns Promise<Stagehand>