AboutSupportDeveloper GuideVersion 0.3.0

Interface WaitForWindowNameStrategy

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

Hierarchy

  • WaitForWindowNameStrategy

Properties

matchRegex: string

A regular expression string to match the window caption against

timeoutMs: number

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

type: "waitForWindowOfName"

Generated using TypeDoc