Returns a string that represents the current . A string that represents the current .
()
| 636 | /// </summary> |
| 637 | /// <returns>A string that represents the current <see cref="WebElement"/>.</returns> |
| 638 | public override string ToString() |
| 639 | { |
| 640 | return string.Format(CultureInfo.InvariantCulture, "Element (id = {0})", this.Id); |
| 641 | } |
| 642 | |
| 643 | /// <summary> |
| 644 | /// Method to get the hash code of the element |
no test coverage detected