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

Class KeyDownAction

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

Source from the content-addressed store, hash-verified

72 : SourceActions<INoneSourceAction>(Id, Actions);
73
74public sealed record KeyDownAction(char Value) : IKeySourceAction;
75
76public sealed record KeyUpAction(char Value) : IKeySourceAction;
77

Calls

no outgoing calls