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

Method ToString

dotnet/src/webdriver/By.cs:354–357  ·  view source on GitHub ↗

Gets a string representation of the finder. The string displaying the finder content.

()

Source from the content-addressed store, hash-verified

352 /// </summary>
353 /// <returns>The string displaying the finder content.</returns>
354 public override string ToString()
355 {
356 return this.Description;
357 }
358
359 /// <summary>
360 /// Determines whether the specified <see cref="object">Object</see> is equal

Callers 15

KeysClass · 0.45
LogsClass · 0.45
ToDictionaryMethod · 0.45
EscapeCssSelectorMethod · 0.45
PinScriptMethod · 0.45
WindowMethod · 0.45
NewWindowMethod · 0.45
GoToUrlAsyncMethod · 0.45
ProxyClass · 0.45
AsDictionaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected