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

SupportMethodsIsElementVisible Method (By, ISearchContext)

Ověřuje, jestli je element na aktivním iframu zobrazený

Namespace:  TescoSW.MW.UITests.Common
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public static bool IsElementVisible(
	By by,
	ISearchContext context
)

Parameters

by
Type: By
selektor elementu k ověření
context
Type: ISearchContext
definice rozhraní pro hledání elementů

Return Value

Type: Boolean

[Missing <returns> documentation for "M:TescoSW.MW.UITests.Common.SupportMethods.IsElementVisible(OpenQA.Selenium.By,OpenQA.Selenium.ISearchContext)"]

See Also