refresh options before doing select (#2537)

This commit is contained in:
Shuchang Zheng
2025-05-29 20:41:36 -07:00
committed by GitHub
parent 47709dc0d8
commit f0b0a22d25
3 changed files with 17 additions and 0 deletions

View File

@@ -3193,6 +3193,7 @@ async def normal_select(
step_id=step.step_id,
)
await skyvern_element.refresh_select_options()
options_html = skyvern_element.build_HTML()
field_information = (
input_or_select_context.field if not input_or_select_context.intention else input_or_select_context.intention