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

IBaseElementVerifyElementPresent Method

Ověří existenci elementu

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
void VerifyElementPresent(
	bool present = true
)

Parameters

present (Optional)
Type: SystemBoolean
Určuje, zda se ověřuje přítomnost elementu nebo ne
See Also