UI Automation - Select item
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 UI object selector
By clicking Edit Selector button, UiExplorer window will open.
Existing items
The list of items inside a selected combo box.
Generate source code or JavaScript
Screen Scraper Studio can generate source code - C#, C++, VB.NET, VB6 - or JavaScript to automate items selection


