mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-11 18:59:39 +08:00
feat: 支持获取剪贴板
This commit is contained in:
@@ -55,7 +55,8 @@ const (
|
||||
ACTION_SetIme ActionName = "set_ime"
|
||||
ACTION_GetSource ActionName = "get_source"
|
||||
ACTION_GetForegroundApp ActionName = "get_foreground_app"
|
||||
ACTION_AppInfo ActionName = "app_info" // get app info action
|
||||
ACTION_GetPasteboard ActionName = "get_pasteboard" // get clipboard content
|
||||
ACTION_AppInfo ActionName = "app_info" // get app info action
|
||||
|
||||
// UI handling
|
||||
ACTION_Home ActionName = "home"
|
||||
|
||||
Reference in New Issue
Block a user