> ## 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.stealth config

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

Stealth configuration for browser automation to avoid bot detection.

This module contains all the configuration needed to make the browser
appear as a regular user browser rather than an automated one.

<a id="camel.toolkits.hybrid_browser_toolkit.stealth_config.StealthConfig" />

## StealthConfig

```python theme={"system"}
class StealthConfig:
```

Configuration class for stealth browser settings.

<a id="camel.toolkits.hybrid_browser_toolkit.stealth_config.StealthConfig.get_launch_args" />

### get\_launch\_args

```python theme={"system"}
def get_launch_args():
```

**Returns:**

List\[str]: Chrome command line arguments to avoid detection.

<a id="camel.toolkits.hybrid_browser_toolkit.stealth_config.StealthConfig.get_context_options" />

### get\_context\_options

```python theme={"system"}
def get_context_options():
```

**Returns:**

Dict\[str, Any]: Browser context configuration options.

<a id="camel.toolkits.hybrid_browser_toolkit.stealth_config.StealthConfig.get_http_headers" />

### get\_http\_headers

```python theme={"system"}
def get_http_headers():
```

**Returns:**

Dict\[str, str]: HTTP headers to appear more like a real browser.

<a id="camel.toolkits.hybrid_browser_toolkit.stealth_config.StealthConfig.get_all_config" />

### get\_all\_config

```python theme={"system"}
def get_all_config():
```

**Returns:**

Dict\[str, Any]: Complete stealth configuration.
