mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Extent description for extract page
This commit is contained in:
@@ -130,7 +130,9 @@ class Controller:
|
||||
|
||||
# Content Actions
|
||||
@self.registry.action(
|
||||
'Extract page content', param_model=ExtractPageContentAction, requires_browser=True
|
||||
'Extract page content to get the text or markdown ',
|
||||
param_model=ExtractPageContentAction,
|
||||
requires_browser=True,
|
||||
)
|
||||
def extract_content(params: ExtractPageContentAction, browser: Browser):
|
||||
driver = browser._get_driver()
|
||||
|
||||
Reference in New Issue
Block a user