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

LOVAttributeCellVerifyValue Method

Ověří zobrazenou hodnotu v buňce pro pozici doba v sekundách po kterou se má čekat na předanou akci

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 void VerifyValue(
	string value,
	int position,
	int interval = 8
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.LOVAttributeCell.VerifyValue(System.String,System.Int32,System.Int32)"]

position
Type: SystemInt32

[Missing <param name="position"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.LOVAttributeCell.VerifyValue(System.String,System.Int32,System.Int32)"]

interval (Optional)
Type: SystemInt32

[Missing <param name="interval"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.LOVAttributeCell.VerifyValue(System.String,System.Int32,System.Int32)"]

See Also