From d2d56ee6565c330e65a8e9f254d9afdaa2bcabbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20=C5=BDuni=C4=8D?= <36313686+gregpr07@users.noreply.github.com> Date: Sun, 7 Sep 2025 22:27:38 -0700 Subject: [PATCH] renamed comment --- browser_use/browser/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')