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

SupportMethodsIsElementPresent Method (IWebElement)

Ověřuje, jestli se na aktivním iframu nalézá zadaný element. Ověří to tak, že zkusí nad elementem provést nějakou akci

Namespace:  TescoSW.MW.UITests.Common
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public static bool IsElementPresent(
	IWebElement element
)

Parameters

element
Type: IWebElement
element k ověření

Return Value

Type: Boolean

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.SupportMethods.IsElementPresent(OpenQA.Selenium.IWebElement)"]

See Also