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

# autogen.tools.experimental.browser_use.ExtractedContent

<h2 id="autogen.tools.experimental.browser_use.ExtractedContent" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">ExtractedContent</span>
</h2>

```python theme={null}
ExtractedContent(**data: Any)
```

Extracted content from the browser.<br />

<b>Parameters:</b>

| Name     | Description   |
| -------- | ------------- |
| `**data` | **Type:** Any |

### Class Attributes

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### content

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### model\_config

<br />

<br />

<code class="doc-symbol doc-symbol-heading doc-symbol-attribute" />

#### url

<br />

<br />

### Static Methods

<code class="doc-symbol doc-symbol-heading doc-symbol-method" />

#### check\_url

```python theme={null}
check_url(v: str) -> str | None
```

Check if the URL is about:blank and return None if it is.<br />

<b>Parameters:</b>

| Name | Description                                |
| ---- | ------------------------------------------ |
| `v`  | The URL to check.<br /><br />**Type:** str |

<br />
