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

Method ToLegacyCapability

dotnet/src/webdriver/Proxy.cs:437–440  ·  view source on GitHub ↗

Returns a dictionary suitable for serializing to the OSS dialect of the wire protocol. A dictionary suitable for serializing to the OSS dialect of the wire protocol.

()

Source from the content-addressed store, hash-verified

435 /// <returns>A dictionary suitable for serializing to the OSS dialect of the
436 /// wire protocol.</returns>
437 internal Dictionary<string, object?>? ToLegacyCapability()
438 {
439 return this.AsDictionary(false);
440 }
441
442 private Dictionary<string, object?>? AsDictionary(bool isSpecCompliant)
443 {

Callers 1

Calls 1

AsDictionaryMethod · 0.95

Tested by

no test coverage detected