extend custom selection to date (#1357)

This commit is contained in:
LawyZheng
2024-12-09 14:25:15 +08:00
committed by GitHub
parent 5842bfc1fd
commit 20f30d1224
3 changed files with 7 additions and 1 deletions

View File

@@ -1879,6 +1879,7 @@ async def select_from_dropdown(
navigation_payload_str=json.dumps(task.navigation_payload),
elements=html,
select_history=json.dumps(build_sequential_select_history(select_history)) if select_history else "",
utc_datetime=datetime.utcnow().strftime("%Y-%m-%d %H:%M"),
)
LOG.info(