This commit is contained in:
Shuchang Zheng
2025-04-30 13:27:30 +08:00
committed by GitHub
parent 56f0666685
commit 0eff92632c
2 changed files with 4 additions and 4 deletions

View File

@@ -732,7 +732,7 @@ async def handle_input_text_action(
option=SelectOption(label=text),
intention=action.intention,
)
if skyvern_element.get_selectable():
if await skyvern_element.get_selectable():
LOG.info(
"Input element is selectable, doing select actions",
task_id=task.task_id,