MODULE DESCRIPTION: Routines and utilities to work on SQA Type=HTMLTable objects in Data-Driven Automation.Action Commands Global Variables Routine Details
SUPPORTED ACTION COMMANDS: ClickCell 'click a particular Row, Col in the table
(none)
Sub HTMLTableClickCell () DESCRIPTION: Click on an HTMLTable cell defined by row and column. DATA TABLE PARAMETERS: FLD CONTENT --- ------------------------------ 5 The row of the cell to click. 6 The column of the cell to click. ERRORS: none Orig Author: Carl Nagle Orig Date: FEB 26, 2001 History: FEB 26, 2001 Original Release
Sub Main () DESCRIPTION: Entry point to process a StepDriver ACTION COMMAND on a HTMLTable. The routine merely reads the Global StepDriverTestInfo.testcommand and calls the appropriate subroutine to process it. If the testcommand is unrecognized it will be processed by the GenericMasterFunctions.GenericUnimplementedCommand routine. DATA TABLE PARAMETERS: none - the called subroutine has the requirements ERRORS: none Orig Author: Carl Nagle Orig Date: FEB 26, 2001 History: FEB 26, 2001 Original Release OCT 17, 2002 (CANAGL) Reroute fallback to GenericObjectFunctions. OCT 22, 2002 (CANAGL) Warn of unimplemented TF and TW record types. DEC 12, 2002 (CANAGL) Added support for XSLComponentActions.MAP OCT 20, 2005 (CANAGL) Removed Click and CompareStored variants supported by Generic Object Functions.
Copyright (C) SAS Institute GNU General Public License: http://www.opensource.org/licenses/gpl-license.php ==============================================================================