WebElementEquals Method (WebElement)
Compares if two web elements are equal

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

returnValue = instance.Equals(other)

パラメータ

other
型: SeleniumWebElement
WebElement to compare against

戻り値

型: Boolean
A boolean if it is equal or not
参照