mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Add dom_highlight_elements attribute to BrowserSession
This commit is contained in:
@@ -276,6 +276,7 @@ class BrowserSession(BaseModel):
|
||||
# DOM extraction layer configuration
|
||||
cross_origin_iframes: bool | None = None,
|
||||
highlight_elements: bool | None = None,
|
||||
dom_highlight_elements: bool | None = None,
|
||||
paint_order_filtering: bool | None = None,
|
||||
# Iframe processing limits
|
||||
max_iframes: int | None = None,
|
||||
|
||||
Reference in New Issue
Block a user