From ecedc0cfcb8e05b69bc505bf542fa80dcbcd2914 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 8 Jul 2025 02:03:54 -0400 Subject: [PATCH] Update browser_use/browser/profile.py Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- 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 0f2f7a46e..ed195d63a 100644 --- a/browser_use/browser/profile.py +++ b/browser_use/browser/profile.py @@ -120,7 +120,7 @@ CHROME_DEFAULT_ARGS = [ '--disable-dev-shm-usage', # crucial for docker support, harmless in non-docker environments # '--disable-extensions', # '--disable-features=' + disabledFeatures(assistantMode).join(','), - '--allow-pre-commit-input', # let page JS run a little early before GPU rendering finishes + # '--allow-pre-commit-input', # duplicate removed '--disable-hang-monitor', '--disable-ipc-flooding-protection', # important to be able to make lots of CDP calls in a tight loop '--disable-popup-blocking',