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

Class PointerParameters

dotnet/src/webdriver/BiDi/Input/SourceActions.cs:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118public sealed record PointerParameters
119{
120 public PointerType? PointerType { get; init; }
121}
122
123[JsonConverter(typeof(CamelCaseEnumConverter<PointerType>))]
124public enum PointerType

Calls

no outgoing calls