Commit Graph

151 Commits

Author SHA1 Message Date
Magnus Müller
c9e2886e13 wait between actions to 0.1 2025-10-12 17:09:51 -07:00
Magnus Müller
846e0c89f6 Force background tab extension 2025-10-12 15:57:58 -07:00
Magnus Müller
3d92c2061a Default wait between actions 0.25 2025-10-11 17:27:46 -07:00
Magnus Müller
e283d913ef Default orange 2025-10-09 11:45:41 -07:00
Magnus Müller
1086a5634c Init 2025-10-09 11:44:07 -07:00
kalil0321
99c9beb3ce Merge branch 'main' into previous-highlighting 2025-10-08 23:04:59 +02:00
mertunsall
5160ca3562 IP blocking feature 2025-10-03 17:57:11 +02:00
Magnus Müller
2e874d0095 Remove profile args which prevent cookie usage 2025-10-01 21:35:56 -07:00
mertunsall
16457c2a5e Blocked domains are optimized!!! 2025-10-01 19:25:30 +02:00
kalil0321
aea2266742 Add validation to BrowserProfile to prevent conflict between highlight_elements and dom_highlight_elements 2025-09-29 15:58:24 +02:00
kalil0321
b602600686 Update BrowserProfile and BrowserSession to utilize dom_highlight_elements for DOM highlighting 2025-09-29 15:51:31 +02:00
kalil0321
3aa5cfde41 Rename 'debug_highlight_elements' to 'dom_highlight_elements' in BrowserProfile for clarity 2025-09-29 15:37:31 +02:00
kalil0321
ec8ad39ee2 Separate python highlighting and DOM highlighting by creating a debug_highlight_element 2025-09-29 15:07:23 +02:00
kalil0321
345ddedc8d Update default value of highlight_elements to False in BrowserProfile class 2025-09-29 14:54:57 +02:00
Saurav Panda
303be11758 remove set_use_cloud_from_env 2025-09-18 18:42:17 -07:00
Saurav Panda
4659f60c29 refc: made use_cloud false by default and added live_url to info 2025-09-18 18:31:59 -07:00
Saurav Panda
0a13273fc2 refc: renamed cloud_browser to use_cloud 2025-09-18 15:29:49 -07:00
Saurav Panda
85a2386c91 feat: added cloud_browser feature 2025-09-16 22:27:45 -07:00
Matic Zavadlal
48c96b6318 fixes 2025-09-14 18:53:04 -07:00
Matic Zavadlal
c807f4d36e add prohibited domains 2025-09-14 18:31:57 -07:00
Magnus Müller
744dd53c61 Refactor max_iframe_depth field formatting in BrowserProfile class for improved readability. 2025-09-08 08:48:19 -07:00
Magnus Müller
3afd3ff7b2 Update browser_use/browser/profile.py
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-09-08 08:45:54 -07:00
Magnus Müller
700910126a make iframe depth variable 2025-09-08 08:17:15 -07:00
Gregor Žunič
d2d56ee656 renamed comment 2025-09-07 22:27:38 -07:00
Gregor Žunič
f4f18eacc3 Merge branch 'main' into feature/paint-order-filtering 2025-09-07 22:02:49 -07:00
Gregor Žunič
05408613b9 Merge branch 'main' into feature/paint-order-filtering 2025-09-07 21:07:19 -07:00
Magnus Müller
f9426a239e enable-cross_origin_iframes 2025-09-07 20:57:20 -07:00
Gregor Žunič
c2eede8e20 paint order filtering 2025-09-07 20:56:48 -07:00
Magnus Müller
77eeed5cf0 Update default cross-origin iframe setting to False for enhanced security and performance 2025-09-07 20:39:11 -07:00
Magnus Müller
a0dd0c99a7 Update default cross-origin iframe setting to True for improved support 2025-09-07 20:04:36 -07:00
Magnus Müller
3dcd3c4b02 Update default cross-origin iframe setting to False and adjust tree serialization depth handling 2025-09-07 19:35:21 -07:00
Magnus Müller
f164d94306 Merge branch 'main' into iframe-limits 2025-09-07 19:30:02 -07:00
Magnus Müller
84db72b555 Merge commit 'ad68c577c27cafb22270b811fbe9a0b9f4fcd521' into fix-disable-security-bug 2025-09-06 15:19:59 -07:00
Magnus Müller
595a95fa59 Update cross-origin iframe support description for clarity in BrowserProfile class 2025-09-06 12:37:20 -07:00
Magnus Müller
66fc319938 Merge commit 'af5b4400cd31644d06590ce5bcd0c19ac4ef35dd' into iframe-limits 2025-09-06 12:36:26 -07:00
Enzo Biondo
1da79ca982 Merge branch 'main' into feat/video-recording 2025-09-06 14:43:33 -03:00
Magnus Müller
472f7c83b0 Refine viewport handling logic in browser profile initialization
- Improved clarity and organization of viewport behavior for both headless and headful modes.
- Ensured user preferences for viewport settings are respected and not overridden.
- Added assertions to validate configuration states, enhancing robustness.

This update aims to streamline the user experience when configuring browser profiles.
2025-09-06 05:26:38 -07:00
Magnus Müller
598b206276 Enhance viewport handling in headful mode
- Added logic to respect user-provided viewport settings when initializing the browser profile.
- Ensured that if a viewport is explicitly set by the user, it will not be overridden by default behaviors in headful mode.
- Improved clarity in the viewport configuration process for both headless and headful modes.

This change aims to provide a more intuitive experience for users configuring their browser profiles.
2025-09-06 05:21:38 -07:00
Gregor Žunič
484062bd83 fixed user_agent param 2025-09-03 16:07:29 -07:00
Magnus Müller
2bb18c899c Remove unused observability decorator from detect_display_configuration method in profile.py 2025-09-03 15:22:15 -07:00
Saurav Panda
97a9dca021 Merge branch 'main' into fix-disable-security-bug 2025-08-31 12:20:08 -07:00
Magnus Müller
486c631132 Fix noqa 2025-08-31 10:35:14 -07:00
Magnus Müller
d9e06700bd fix-viewport 2025-08-31 10:25:29 -07:00
Saurav Panda
7e32e5be74 Merge branch 'main' into fix-disable-security-bug 2025-08-31 09:49:44 -07:00
Mert Unsal
ea5c6b558e Enable highlights by default 2025-08-31 08:17:23 -07:00
mertunsall
6de9261b85 disable highlights by default 2025-08-31 12:46:24 +02:00
mertunsall
5bce1b6898 enable auto download pdfs 2025-08-31 12:40:24 +02:00
Magnus Müller
889657a273 Linter 2025-08-30 18:30:49 -07:00
Magnus Müller
84c644aedb Patch extension with whitelist 2025-08-30 18:27:21 -07:00
Magnus Müller
f50cc45b51 Works to remove cookies 2025-08-30 18:14:59 -07:00