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

BaseElementVerifyAttrValue Method

Ověří hodnotu dané vlastnosti elementu

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 VerifyAttrValue(
	string attrName,
	string value,
	string message = null,
	int interval = 8
)

Parameters

attrName
Type: SystemString
Vlastnost elementu
value
Type: SystemString
Hodnota vlastnosti
message (Optional)
Type: SystemString
Chybová zpráva
interval (Optional)
Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci

Implements

IBaseElementVerifyAttrValue(String, String, String, Int32)
See Also