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

CellVerifyTextValue Method

Ověří zobrazený text v buňce

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 VerifyTextValue(
	string value,
	bool condition = true,
	string message = null,
	int interval = 8
)

Parameters

value
Type: SystemString
Ověřovaná hodnota
condition (Optional)
Type: SystemBoolean
Podmínka určující zda hodnota má odpovídat, či ne
message (Optional)
Type: SystemString
Volitelná chybová hláška
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.VerifyTextValue(System.String,System.Boolean,System.String,System.Int32)"]

Implements

ICellVerifyTextValue(String, Boolean, String, Int32)
See Also