Click |
|
Deprecated For:ClickTab | ||||||
ClickTab |
|
Attempts to perform a standard Click on a particular Tab on the TabControl | ||||||
ClickTabContains |
|
Attempts to perform a Click on a Tab according to a partial match of its text value. | ||||||
MakeSelection |
|
Attempts to perform a standard Click on a particular Tab on the TabControl | ||||||
SelectTab |
|
Attempts to perform a standard SelectTab on a particular Tab on the TabControl | ||||||
SelectTabIndex |
|
Attempts to select a particular Tab by Index. | ||||||
UnverifiedClick |
|
Deprecated For:UnverifiedClickTab | ||||||
UnverifiedClickTab |
|
Attempts to perform an unverified Click on a particular Tab on the TabControl |
WR |
A single-click is performed on the "StatsTab" tab located on the TabControl object. For Sheridan SSActiveTabs this click location is determined by coordinates stored in the AppMap. Given the example, the AppMap will contain the following entry:
[TabControl]
StatsTab="100, 12"
RC | RJ | WR | TC | DRD | SE2 |
A single-click is performed on the "StatsTab" tab located on the TabControl object. For Sheridan SSActiveTabs this click location is determined by coordinates stored in the AppMap. Given the example, the AppMap will contain the following entry:
[TabControl]
StatsTab="100, 12"
RJ | TC | DRD | SE2 |
Attempts to perform a Click on a Tab according to a partial match of its text value. The routine will set the StepDriverTestInfo.statuscode and log any pass/warning/fail info using the StepDriverTestInfo.fac LogFacility.
Note: this keyword used to be UnverifiedClickTabContains, and it was renamed on 01/26/2011 due to conflict.
A single-click is performed on the tab item whose name contains "StatsTab".
RC | RJ | WR | TC | DRD | SE2 |
A single-click is performed on the "StatsTab" tab located on the TabControl object. For Sheridan SSActiveTabs this click location is determined by coordinates stored in the AppMap. Given the example, the AppMap will contain the following entry:
[TabControl]
StatsTab="100, 12"
RC | RJ | WR | TC | DRD | SE2 |
Attempts to perform a standard Selection on a particular Tab on the TabControl. The routine will set the StepDriverTestInfo.statuscode and log any pass/warning/fail info using the StepDriverTestInfo.fac LogFacility.
Note, this routine will call the CLICK function to try default CLICK processing if it is not able to locate all the component properties it needs for success.
This command has been provided for times when it might work and the other TabControl CLICK alternatives do not.
RC | RJ | TC | DRD | SE2 |
For some engines, like Rational Robot, the user must know whether the indices of the TabControl are 0-based or 1-based and use the raw index number.
For Rational Functional Tester we attempt to enforce that all indices are 1-based whenever possible. Thus, the first tab would be specified as TabIndex=1 even if the control itself uses 0-based tab indices.
WR |
A single-click is performed on the "StatsTab" tab located on the TabControl object. For Sheridan SSActiveTabs this click location is determined by coordinates stored in the AppMap. Given the example, the AppMap will contain the following entry:
[TabControl]
StatsTab="100, 12"
RC | RJ | TC | DRD | SE2 |
A single-click is performed on the "StatsTab" tab located on the TabControl object. For Sheridan SSActiveTabs this click location is determined by coordinates stored in the AppMap. Given the example, the AppMap will contain the following entry:
[TabControl]
StatsTab="100, 12"