WebElementsAttribute メソッド
Returns a list with the attribute for each element

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As WebElements
Dim attributeName As String
Dim withAttributeOnly As Boolean
Dim returnValue As List

returnValue = instance.Attribute(attributeName, 
	withAttributeOnly)

パラメータ

attributeName
型: SystemString
Attribute name
withAttributeOnly(省略可)
型: SystemBoolean
True to skip elements without the attribute

戻り値

型: List
参照