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

CellVerifyValid Method

Ověří validitu buňky

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 Cell VerifyValid(
	bool isValid = true,
	int interval = 8
)

Parameters

isValid (Optional)
Type: SystemBoolean
Určuje ověření validnosti
interval (Optional)
Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci

Return Value

Type: Cell

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.DataGrid.Cell.VerifyValid(System.Boolean,System.Int32)"]

Implements

ICellVerifyValid(Boolean, Int32)
See Also