> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Browser Action (AI Tool)

> AI tool to perform browser actions like navigation and clicking

# Browser Action (AI Tool)

AI tool to perform browser actions like navigation and clicking

## Properties

| Property   | Value               |
| ---------- | ------------------- |
| **Type**   | browser-action-tool |
| **Family** | AI                  |
| **Group**  | Tools               |

## Parameters

| Name            | Label            | Type   | Description                            | Required |
| --------------- | ---------------- | ------ | -------------------------------------- | -------- |
| toolName        | Tool Name        | String | Name the AI will use to call this tool | No       |
| toolDescription | Tool Description | String |                                        | No       |
| action          | Action           | String |                                        | No       |
| url             | URL              | String |                                        | No       |
| script          | JavaScript       | String |                                        | No       |

## Outputs

| Name   | Label  | Type   | Description                  |
| ------ | ------ | ------ | ---------------------------- |
| result | result | object | Result of the browser action |
