langchain.js
Preparing search index...
@langchain/community
agents/toolkits/stagehand
StagehandNavigateTool
Class StagehandNavigateTool
Hierarchy
StagehandToolBase
StagehandNavigateTool
Index
Constructors
constructor
Properties
description
name
stagehand?
Methods
_
call
get
Stagehand
Constructors
constructor
new
StagehandNavigateTool
(
stagehandInstance
?:
Stagehand
)
:
StagehandNavigateTool
Parameters
Optional
stagehandInstance
:
Stagehand
Returns
StagehandNavigateTool
Properties
description
description
:
string
= "Use this tool to navigate to a specific URL using Stagehand. The input should be a valid URL as a string."
name
name
:
string
= "stagehand_navigate"
Protected
Optional
stagehand
stagehand
?:
Stagehand
Methods
_
call
_call
(
input
:
string
)
:
Promise
<
string
>
Parameters
input
:
string
Returns
Promise
<
string
>
Protected
get
Stagehand
getStagehand
()
:
Promise
<
Stagehand
>
Returns
Promise
<
Stagehand
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
description
name
stagehand
Methods
_
call
get
Stagehand
langchain.js
Loading...