You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix automation timeline cause detail omission and detailKind/detailLength mismatch
- Add toTimelineMessage() to PreviewAutomationEvaluationError and
PreviewAutomationInvalidSelectorError to extract cause details for
timeline entries, matching the existing PreviewOperationError pattern.
- Update finalizeControlAction to use these methods instead of falling
through to the generic error.message for these error types.
- Fix evaluateWithDebugger to use truthiness checks for description/text
instead of !== undefined, preventing null and empty string from being
misclassified as exception-description while detailLength resolves to
a different field's length.
0 commit comments