mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Added logging for format data in TaskResult to enhance debugging capabilities.
This commit is contained in:
@@ -581,6 +581,7 @@ class TaskResult:
|
||||
# Add task execution data if available
|
||||
if Stage.FORMAT_HISTORY in self.completed_stages:
|
||||
format_data = self.stage_data.get(Stage.FORMAT_HISTORY, {})
|
||||
logger.info(f'format_data: {format_data}')
|
||||
payload.update(
|
||||
{
|
||||
'actionHistory': format_data.get('action_history', []),
|
||||
|
||||
Reference in New Issue
Block a user