MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / ToString

Method ToString

dotnet/src/webdriver/WebElement.cs:638–641  ·  view source on GitHub ↗

Returns a string that represents the current . A string that represents the current .

()

Source from the content-addressed store, hash-verified

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

Callers 4

WebElementClass · 0.45
GetCssValueMethod · 0.45
GetScreenshotMethod · 0.45
UploadFileMethod · 0.45

Calls 1

FormatMethod · 0.80

Tested by

no test coverage detected