fix: rename browser_web_driver to browser_driver

This commit is contained in:
lilong.129
2025-03-03 21:27:32 +08:00
parent 720e5fa504
commit 69d06a7215
4 changed files with 15 additions and 18 deletions

View File

@@ -10,12 +10,14 @@ type TapRequest struct {
Duration float64 `json:"duration"`
Options *option.ActionOptions `json:"options,omitempty"`
}
type uploadRequest struct {
X float64 `json:"x"`
Y float64 `json:"y"`
FileUrl string `json:"file_url"`
FileFormat string `json:"file_format"`
}
type DragRequest struct {
FromX float64 `json:"from_x" binding:"required"`
FromY float64 `json:"from_y" binding:"required"`