| WebElementEquals Method (WebElement) |
Compares if two web elements are equal
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文Dim instance As WebElement
Dim other As WebElement
Dim returnValue As Boolean
returnValue = instance.Equals(other)
パラメータ
- other
- 型: SeleniumWebElement
WebElement to compare against
戻り値
型:
BooleanA boolean if it is equal or not
参照