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

# Camel.toolkits.hybrid browser toolkit.installer

<a id="camel.toolkits.hybrid_browser_toolkit.installer" />

<a id="camel.toolkits.hybrid_browser_toolkit.installer.find_command" />

## find\_command

```python theme={"system"}
def find_command(
    cmd_base: str,
    windows_variants: Optional[list] = None,
    unix_variant: Optional[str] = None
):
```

Find command across platforms.

<a id="camel.toolkits.hybrid_browser_toolkit.installer.create_command_not_found_error" />

## create\_command\_not\_found\_error

```python theme={"system"}
def create_command_not_found_error(command: str, error: Optional[Exception] = None):
```

<a id="camel.toolkits.hybrid_browser_toolkit.installer.create_npm_command_error" />

## create\_npm\_command\_error

```python theme={"system"}
def create_npm_command_error(command: str, error: Exception):
```
