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

Method ToCapability

dotnet/src/webdriver/Proxy.cs:426–429  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

424 /// <returns>A dictionary suitable for serializing to the W3C Specification
425 /// dialect of the wire protocol.</returns>
426 internal Dictionary<string, object?>? ToCapability()
427 {
428 return this.AsDictionary(true);
429 }
430
431 /// <summary>
432 /// Returns a dictionary suitable for serializing to the OSS dialect of the

Callers 1

Calls 1

AsDictionaryMethod · 0.95

Tested by

no test coverage detected