We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0c18f commit 661bb46Copy full SHA for 661bb46
browser_use/dom/service.py
@@ -48,7 +48,7 @@ def __init__(
48
cross_origin_iframes: bool = False,
49
paint_order_filtering: bool = True,
50
max_iframes: int = 100,
51
- max_iframe_depth: int = 1,
+ max_iframe_depth: int = 5,
52
):
53
self.browser_session = browser_session
54
self.logger = logger or browser_session.logger
0 commit comments