update scrape_web docstring.

This commit is contained in:
刘棒棒 2024-01-15 18:11:22 +08:00
parent 75628caf4d
commit a7e088845e

View file

@ -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)