feat: add steps parameter to MouseMove #82
Reference in New Issue
Block a user
Delete Branch "feature/81-mousemove-steps"
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
MouseMove(x, y float64)toMouseMove(x, y float64, steps ...int)— fully backward compatiblesteps[0]asMouseMoveOptions.Stepsto Playwright when > 1, generating intermediate mousemove events for smooth drag gesturespromote_test.goCloses #81
Test plan
go build ./...passesgo test ./...passes (all packages)🤖 Generated with Claude Code