langchain_community.tools.playwright.utils
.get_current_page¶
- langchain_community.tools.playwright.utils.get_current_page(browser: SyncBrowser) SyncPage [source]¶
Get the current page of the browser. :param browser: The browser to get the current page from.
- Returns
The current page.
- Return type
SyncPage