Skip to content

Commit d2d56ee

Browse files
committed
renamed comment
1 parent f4f18ea commit d2d56ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser_use/browser/profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ class BrowserProfile(BrowserConnectArgs, BrowserLaunchPersistentContextArgs, Bro
604604
filter_highlight_ids: bool = Field(
605605
default=True, description='Only show element IDs in highlights if llm_representation is less than 10 characters.'
606606
)
607-
paint_order_filtering: bool = Field(default=True, description='Enable paint order filtering. Experimental for now.')
607+
paint_order_filtering: bool = Field(default=True, description='Enable paint order filtering. Slightly experimental.')
608608

609609
# --- Downloads ---
610610
auto_download_pdfs: bool = Field(default=True, description='Automatically download PDFs when navigating to PDF viewer pages.')

0 commit comments

Comments
 (0)