-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Implement the wait_for_condition skill to provide synchronization and timing functionality. This skill allows the agent to wait for specific conditions before proceeding with automation tasks.
Acceptance Criteria
- Support waiting for element visibility/invisibility
- Implement selector-based waiting (attached, detached states)
- Support navigation event waiting
- Add custom JavaScript function condition evaluation
- Implement configurable timeout (default 30000ms)
- Support multiple condition types in one call
- Handle timeout scenarios gracefully
- Add polling interval configuration
- Support waiting for network idle conditions
- Implement condition result validation
- Add comprehensive logging for wait operations
- Add unit tests covering various wait scenarios and edge cases
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request