共用方式為


ComputerActionType type

ComputerActionType 的類型

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