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.
()
| 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 |
no test coverage detected