In addition to the properties it inherits from the AnyWin class, HtmlColumn has the following property:
Property | Type | Description |
---|---|---|
$FormattedText | LIST OF STRING | The actual text as it is being displayed for the entire column. For more information, see the GetFormattedText method. |
For more information, see About properties.
The Online Catalog page in the GMO Web application contains one Html-table with four Html-columns:
[-] HtmlTable CatalogTable [ ] tag "#1" [ ] HtmlColumn ItemNumber [ ] HtmlColumn ItemName [ ] HtmlColumn UnitPrice [ ] HtmlColumn OrderQuantity
By default, Silk Test Classic issues API clicks instead of Agent-based clicks for HtmlColumn with the Click method. See API click versus Agent click for more information.
If cells in an HtmlColumn contain other objects (links, images, or controls), those objects are children of the HtmlColumn. For example, in the Catalog table in the GMO Web application, the second column contains links. It is declared like this:
[-] HtmlTable CatalogTable [ ] tag "#1" [ ] HtmlColumn ItemNumber [-] HtmlColumn ItemName [ ] tag "Item Name" [ ] HtmlLink N3PersonDomeTent [ ] HtmlLink ExternalFrameBackpack [ ] HtmlLink GlacierSunGlasses [ ] HtmlLink PaddedSocks [ ] HtmlLink HikingBoots [ ] HtmlLink BackCountryShorts