-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Implement the click_element skill to provide element interaction functionality. This skill allows the agent to click on web elements using various locator strategies and click configurations.
Acceptance Criteria
- Support CSS selector, XPath, and text-based element identification
- Implement configurable click count (default 1)
- Support different mouse buttons (left, right, middle)
- Implement force click option for non-visible elements
- Add configurable timeout for element location (default 30000ms)
- Handle element not found errors gracefully
- Wait for element to be actionable before clicking
- Add comprehensive logging for debugging
- Return success/failure status with details
- Support clicking on elements within iframes
- Add unit tests covering various scenarios
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request