feat: add MouseDown/MouseUp to InteractiveBrowser #80
Reference in New Issue
Block a user
Delete Branch "feature/79-mouse-down-up"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
MouseDown(x, y, button)andMouseUp(x, y, button)methods to theInteractiveBrowserinterfaceinteractiveBrowserusing Playwright'sMouse().Down()/Mouse().Up()with a precedingMouse().Move()to the target coordinatespromote_test.goto satisfy the expanded interfaceCloses #79
Test plan
go build ./...passesgo test ./...passes (all 24 packages)🤖 Generated with Claude Code