Skip to main content

Types

Type Definitions​

  1. Color: Represents a color value (e.g., RGB, HEX)
  2. Text: Represents a string of characters
  3. Number: Represents a numeric value
  4. Boolean: Represents a true/false value
  5. Image: Represents a captured image or screenshot
  6. Region: Represents a specific area on the screen
  7. Screen: Represents the current screen state
  8. Element: Represents a UI element on the screen
  9. Coordinate: Represents a point on the screen (x, y)
  10. Duration: Represents a time span

Type Relationships​

  • Screen contains multiple Regions and Elements
  • Region and Element are defined by Coordinates
  • Color can be extracted from a Region or Element
  • Text can be extracted from a Region or Element
  • Image can contain multiple Regions and Elements
  • Duration is used with time-based operations