langchain_community.tools.playwright.utils
.aget_current_page¶
- async langchain_community.tools.playwright.utils.aget_current_page(browser: AsyncBrowser) AsyncPage [source]¶
Asynchronously get the current page of the browser.
- Parameters
browser – The browser (AsyncBrowser) to get the current page from.
- Returns
The current page.
- Return type
AsyncPage