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

IRowTMenu Interface

Rozhraní pro řádek s menu akcí a buňkami

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public interface IRow<out TMenu> : IRow<TMenu, ICell>, 
	IBaseElement, IWebElement, ISearchContext, IWrapsElement, IContextAware
where TMenu : new(), DropDownRecordActions

Type Parameters

TMenu
Typ menu akcí
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