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

SupportMethodsGetAttribute Method

Vrátí hodnotu atributu pro daný element

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 string GetAttribute(
	IWebElement element,
	string attributeName
)

Parameters

element
Type: IWebElement
element
attributeName
Type: SystemString
název atributu

Return Value

Type: String

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

See Also