mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
update scrape_web docstring.
This commit is contained in:
parent
75628caf4d
commit
a7e088845e
1 changed files with 0 additions and 3 deletions
|
|
@ -13,9 +13,6 @@ async def scrape_web(url, *urls):
|
|||
|
||||
Returns:
|
||||
(dict): The inner text content and html structure of the web page, key are : 'inner_text', 'html'.
|
||||
|
||||
Raises:
|
||||
Any exceptions that may occur during the Playwright operation.
|
||||
"""
|
||||
# Create a PlaywrightWrapper instance for the Chromium browser
|
||||
web = await PlaywrightWrapper("chromium").run(url, *urls)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue