AboutSupportDeveloper GuideVersion 0.3.0

Interface WaitForWindowClassStrategy

A window launch discovery strategy that looks for a window whose underlying OS class type matches the given regular expression. It will timeout after the given time period if no window is found.

Hierarchy

  • WaitForWindowClassStrategy

Properties

matchRegex: string

A regular expression string to match the window class against

timeoutMs: number

The timeout period milliseconds after which the window search will be abandoned

type: "waitForWindowOfClass"

Generated using TypeDoc