# aget_current_page

> **Function** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/tools/playwright/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-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/tools/playwright/utils.py#L15)