Click or drag to resize
Tesco SW, a.s.

CompactRow Class

Řádek kompaktního seznamu, který obsahuje menu akcí
Inheritance Hierarchy
SystemObject
  TescoSW.MW.UITests.Common.PageModel.ComponentsBaseElement
    TescoSW.MW.UITests.Common.PageModel.Components.DataGridBaseRow
      TescoSW.MW.UITests.Common.PageModel.Components.DataGridRowWithMenuDropDownRecordActions, ICompactCell
        TescoSW.MW.UITests.Common.PageModel.Components.DataGridCompactRowDropDownRecordActions
          TescoSW.MW.UITests.Common.PageModel.Components.DataGridCompactRow

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public class CompactRow : CompactRow<DropDownRecordActions>

The CompactRow type exposes the following members.

Constructors
  NameDescription
Public methodCompactRow
Initializes a new instance of the CompactRow class
Top
Remarks
The 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