diff --git a/browser_use/browser/profile.py b/browser_use/browser/profile.py index 583542369..f6a9bdc8e 100644 --- a/browser_use/browser/profile.py +++ b/browser_use/browser/profile.py @@ -604,7 +604,7 @@ class BrowserProfile(BrowserConnectArgs, BrowserLaunchPersistentContextArgs, Bro filter_highlight_ids: bool = Field( default=True, description='Only show element IDs in highlights if llm_representation is less than 10 characters.' ) - paint_order_filtering: bool = Field(default=True, description='Enable paint order filtering. Experimental for now.') + paint_order_filtering: bool = Field(default=True, description='Enable paint order filtering. Slightly experimental.') # --- Downloads --- auto_download_pdfs: bool = Field(default=True, description='Automatically download PDFs when navigating to PDF viewer pages.')