Omenia / robotframework-whitelibrary

Library for automating Windows GUI technologies with Robot Framework. WhiteLibrary wraps the White automation framework.
Apache License 2.0
54 stars 15 forks source link

New keyword "Wait Until Application Has Stopped" #165

Closed eeter closed 5 years ago

eeter commented 5 years ago

Add a keyword Wait Until Application Has Stopped with process name and timeout as parameters. The keyword should wait until no process with the given name exists and raise an error if the timeout is exceeded.

Maybe also add possibility to wait until the currently attached application has stopped?