 | ICompactRowTMenu Interface |
Rozhraní pro kompaktní řádek, který má menu a typ buněk ICompactCell
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 interface ICompactRow<out TMenu> : ICompactRow<TMenu, ICompactCell>,
IRow<TMenu, ICompactCell>, IBaseElement, IWebElement, ISearchContext,
IWrapsElement
where TMenu : DropDownRecordActions
Type Parameters
- TMenu
- Menu akcí řádku
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