# get_current_page

> **Function** in `langchain_aws`

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

Get the current page of the browser.
Args:
    browser: The browser to get the current page from.

## Signature

```python
get_current_page(
    browser: SyncBrowser,
) -> SyncPage
```

## Returns

`SyncPage`

The current page.

---

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