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

SimpleListFrameTMenuGetRowByDataKey Method

Najde řádek podle jeho datakey

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.Frames
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public IRow<TMenu, ICell> GetRowByDataKey(
	string dataKey
)

Parameters

dataKey
Type: SystemString
dataKey řádku

Return Value

Type: IRowTMenu, ICell
Nalezený řádek
See Also