UI Automation - Wait for window
From Screen Scraper Studio
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
- Enter timeout to wait for the UI object to open.
- 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.
