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

BaseElementVerifyTextValue Method

Ověří zobrazený text

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public virtual void VerifyTextValue(
	string text,
	bool condition = true,
	string message = null,
	int interval = 8
)

Parameters

text
Type: SystemString
Text, který se ověřuje
condition (Optional)
Type: SystemBoolean
Příznak, jestli se text má nebo nemá nacházet v elementu
message (Optional)
Type: SystemString
Chybová hláška, pokud text nebude přítomen a test spadne
interval (Optional)
Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci

Implements

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