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

SupportMethodsIsElementEnabled Method (By, IWebDriver)

Ověřuje, že je element Enabled

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 IsElementEnabled(
	By byElement,
	IWebDriver driver
)

Parameters

byElement
Type: By
selektor elementu k ověření
driver
Type: IWebDriver
definice rozhraní pro řízení prohlížeče

Return Value

Type: Boolean

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

See Also