# aget_current_page

> **Function** in `langchain_aws`

📖 [View in docs](https://reference.langchain.com/python/langchain-aws/tools/utils/aget_current_page)

Asynchronously get the current page of the browser.

## Signature

```python
aget_current_page(
    browser: AsyncBrowser,
) -> AsyncPage
```

## Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `browser` | `AsyncBrowser` | Yes | The browser (AsyncBrowser) to get the current page from. |

## Returns

`AsyncPage`

The current page.

---

[View source on GitHub](https://github.com/langchain-ai/langchain-aws/blob/285069d4f44907e10aaf7743888689ea39c98fe3/libs/aws/langchain_aws/tools/utils.py#L16)