다음을 통해 공유


ComputerActionType type

ComputerActionType의 형식

type ComputerActionType =
  | "click"
  | "double_click"
  | "drag"
  | "keypress"
  | "move"
  | "screenshot"
  | "scroll"
  | "type"
  | "wait"