×

Capturing scenarios

 
A scenario is a set of predefined rules that define how to process various window controls or HTML tags.
 
There are four groups of rules, for every type of application:
  • for Win32 window controls;
  • for accessible objects;
  • for HTML tags;
  • for Java Swing controls.
 
Except Win32 controls, each group includes two sections:
  • Filters that define the processing order for controls or tags and for their child elements.
  • Naming rules that specify how to name controls depending on their properties.
 
Each scenario has pre-defined rules that define what objects must be recognized first:
  • Java Swing controls
  • HTML tags
  • Accessible objects
  • Win32 controls
 
Please see the section Capturing scenario settings for more details.
The online help was made with Dr.Explain