Files
httprunner/internal
lilong.129 6ae4c300c1 add generic swipe tool with auto-detection of direction vs coordinate params
- Added ACTION_Swipe to option/action.go for generic swipe functionality
- Implemented ToolSwipe in mcp_server.go that automatically detects parameter type:
  - String params (up/down/left/right) use direction-based swipe logic
  - Array params [fromX, fromY, toX, toY] use coordinate-based swipe logic
- Added comprehensive test coverage for ToolSwipe in mcp_server_test.go
- Updated tool registration to include the new generic swipe tool
- All tests pass, confirming backward compatibility with existing tools
2025-05-26 22:39:23 +08:00
..
2025-05-14 14:36:46 +08:00
2025-04-21 22:50:00 +08:00
2025-03-05 11:04:02 +08:00
2025-02-06 11:03:41 +08:00
2025-02-06 11:03:41 +08:00
2025-02-06 11:03:41 +08:00