Back Method
Navigates to the previous page in the browser history list.
Syntax --object.Back
CaptureBitmap Method
Saves a screen capture of the object as a .png or .bmp image, depending on the specified file extension
Syntax--object.CaptureBitmap FullFileName
GetROProperty Method
Returns the current value of the test object property from the object in the application.
Syntax--object.GetROProperty (Property, [PropertyData])
GetTOProperties Method
Returns the collection of properties and values used to identify the object.
Syntax--object.GetTOProperties
SetTOProperty Method
Sets the value of the specified property in the test object description
Syntax--object.SetTOProperty Property, Value
Output Method
Retrieves the current value of an item and stores it in a specified location
Syntax--object.Output Verify
WaitProperty Method
Waits until the specified object property achieves the specified value or exceeds the specified timeout before continuing to the next step.
Syntax--object.WaitProperty (PropertyName, PropertyValue, [TimeOut])
Sync Method
Waits for the browser to complete the current navigation.
Syntax--object.Sync
ChildObjects Method
Returns the collection of child objects contained within the object.
Syntax--object.ChildObjects ([Description])
Close Method
Closes the browser window.
Syntax--object.Close
Navigates to the previous page in the browser history list.
Syntax --object.Back
CaptureBitmap Method
Saves a screen capture of the object as a .png or .bmp image, depending on the specified file extension
Syntax--object.CaptureBitmap FullFileName
GetROProperty Method
Returns the current value of the test object property from the object in the application.
Syntax--object.GetROProperty (Property, [PropertyData])
GetTOProperties Method
Returns the collection of properties and values used to identify the object.
Syntax--object.GetTOProperties
SetTOProperty Method
Sets the value of the specified property in the test object description
Syntax--object.SetTOProperty Property, Value
Output Method
Retrieves the current value of an item and stores it in a specified location
Syntax--object.Output Verify
WaitProperty Method
Waits until the specified object property achieves the specified value or exceeds the specified timeout before continuing to the next step.
Syntax--object.WaitProperty (PropertyName, PropertyValue, [TimeOut])
Sync Method
Waits for the browser to complete the current navigation.
Syntax--object.Sync
ChildObjects Method
Returns the collection of child objects contained within the object.
Syntax--object.ChildObjects ([Description])
Close Method
Closes the browser window.
Syntax--object.Close
DataTable Object--The run-time Data Table.
AddSheet Method--Adds the specified sheet to the run-time Data Table and returns the sheet so that you can directly set properties of the new sheet in the same statement.
Syntax--DataTable.AddSheet(SheetName)
DeleteSheet Method --Deletes the specified sheet from the run-time Data Table.
Syntax--DataTable.DeleteSheet SheetID
Export Method--Saves a copy of the run-time Data Table in the specified location.
Syntax--DataTable.Export(FileName)
ExportSheet Method--Exports a specified sheet of the run-time Data Table to the specified file.
- If the specified file does not exist, a new file is created and the specified sheet is saved.
- If the current file exists, but the file does not contain a sheet with the specified sheet name, the sheet is inserted as the last sheet of the file.
- If the current file exists and the file contains the specified sheet, the exported sheet overwrites the existing sheet.
No comments:
Post a Comment