diff --git a/scrapling/engines/_browsers/_stealth.py b/scrapling/engines/_browsers/_stealth.py index 0a4c912..7b05c1b 100644 --- a/scrapling/engines/_browsers/_stealth.py +++ b/scrapling/engines/_browsers/_stealth.py @@ -352,7 +352,7 @@ class AsyncStealthySession(AsyncSession, StealthySessionMixin): # Double-checking that the iframe is loaded await page.wait_for_timeout(500) - outer_box: Any = (await iframe.frame_element()).bounding_box() + outer_box: Any = await (await iframe.frame_element()).bounding_box() if not iframe or not outer_box: if "