 | CompactRow Class |
Řádek kompaktního seznamu, který obsahuje menu akcí
Inheritance Hierarchy
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic class CompactRow : CompactRow<DropDownRecordActions>
The CompactRow type exposes the following members.
Constructors
| Name | Description |
---|
 | CompactRow | Initializes a new instance of the CompactRow class |
Top
RemarksThe IWebElement interface represents an HTML element.
Generally, all interesting operations to do with interacting with a page will
be performed through this interface.
See Also