How do I specify which window to capture?

Use the window title to specify the capture target. The following matching methods are available:

  • PerfectMatch: Exact match with window title

  • ForwardMatch: Window title starts with specified string

  • PartialMatch: Window title contains specified string

  • BackwardMatch: Window title ends with specified string

  • RegularExpression: Use regular expressions