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

IRowTMenu, TCellScrollToCellByName Method

Scrolluje k buňce v needitačním režimu podle vlastnosti attr-name

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#
void ScrollToCellByName(
	string attrName,
	int interval = 8
)

Parameters

attrName
Type: SystemString

[Missing <param name="attrName"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.IRow`2.ScrollToCellByName(System.String,System.Int32)"]

interval (Optional)
Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
See Also