Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 423 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 423 Bytes

winexpect

A helper tool for GUI testing automation to use along with ActivateApp/SendKeys. The use case is when you want to SendKeys but are not sure if the control you're targeting has yet appeared. winexpect.exe takes a string and waits until there is a window on its desktop with window text containing given string.

Example JScript code

todo

Bugs

  • long argument strings are cut off sloppily in the UI