working nav and screenshots and highlighting

This commit is contained in:
Nick Sweeting
2025-08-06 21:04:09 -07:00
parent fe113d7094
commit dc80ea32f0
3 changed files with 15 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ from browser_use.utils import time_execution_sync
logger = logging.getLogger(__name__)
# Rebuild event models that have forward references to EnhancedDOMTreeNode
# Import EnhancedDOMTreeNode and rebuild event models that have forward references to it
# This must be done after all imports are complete
ClickElementEvent.model_rebuild()
TypeTextEvent.model_rebuild()