improve scrolling into view (#3952)

This commit is contained in:
LawyZheng
2025-11-10 22:17:10 +08:00
committed by GitHub
parent 43e6890276
commit 2e3879bc37
2 changed files with 36 additions and 1 deletions

View File

@@ -1680,6 +1680,7 @@ async def handle_select_option_action(
)
try:
await skyvern_element.scroll_into_view()
blocking_element, exist = await skyvern_element.find_blocking_element(dom=dom)
except Exception:
LOG.warning(