BrowserAutomationToolCallStep interface
Describes a single step of a Browser Automation tool execution.
Properties
| current |
The current state of execution with the Browser. |
| last |
The result of the last step executed with the Browser. |
| next |
The next step to execute with the Browser. |
Property Details
currentState
The current state of execution with the Browser.
currentState: string
Property Value
string
lastStepResult
The result of the last step executed with the Browser.
lastStepResult: string
Property Value
string
nextStep
The next step to execute with the Browser.
nextStep: string
Property Value
string