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

IBaseElementVerifyClassPresent Method

Ověří existenci třídy u 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 VerifyClassPresent(
	string clazz,
	string message = null
)

Parameters

clazz
Type: SystemString
Název třídy, která se ověřuje
message (Optional)
Type: SystemString
Volitelná chybová hláška
See Also