WebElementCssValue メソッド
Returns the value of a CSS property

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As WebElement
Dim property As String
Dim returnValue As Object

returnValue = instance.CssValue(property)

パラメータ

property
型: SystemString
Property name

戻り値

型: Object
CSS value
参照