UI Automation - Wait for window

From Screen Scraper Studio
Jump to: navigation, search

Wait4window.png

Contents

UI object selector

A selector is basically a plain text query used to find a particular GUI element among the running applications. A selector is actually an XML fragment specifying few attributes of the GUI element you are looking for and of some of its parents. It is if you want very similar to the notion of locating an element into an XML document using an xpath query. We have chosen to have our own simplified syntax instead of the very complex jquery that sometimes can be hard to read.

Edit selector

By clicking Edit Selector button, UiExplorer will open.

Screen scraping options

  1. Enter timeout to wait for the UI object to open.
  2. Launch the app before waiting.

Source code generator

Studio generates Javascript and source code - C++, C#, VB.NET, VB6 - that you can use to automate screen scraping of third party apps.

Share your opinion


blog comments powered by Disqus
Personal tools
Namespaces
Variants
Actions
Getting started
API documentation
Support
Toolbox