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

Method ToString

dotnet/src/webdriver/Interactions/InputDevice.cs:95–98  ·  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

93 /// </summary>
94 /// <returns>A string that represents the current <see cref="InputDevice"/>.</returns>
95 public override string ToString()
96 {
97 return string.Format(CultureInfo.InvariantCulture, "{0} input device [name: {1}]", this.DeviceKind, this.DeviceName);
98 }
99}

Callers 15

SetPreferenceMethod · 0.45
SetContextMethod · 0.45
GetFullPageScreenshotMethod · 0.45
WheelInputDeviceMethod · 0.45
ToDictionaryMethod · 0.45
GetCastSinksMethod · 0.45
SeleniumManagerClass · 0.45
DiscoverBrowserAsyncMethod · 0.45

Calls 1

FormatMethod · 0.80

Tested by

no test coverage detected