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

Class KeySourceActions

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

Source from the content-addressed store, hash-verified

41public interface IKeySourceAction : ISourceAction;
42
43public sealed record KeySourceActions(string Id, ImmutableArray<IKeySourceAction> Actions)
44 : SourceActions<IKeySourceAction>(Id, Actions);
45
46[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
47[JsonDerivedType(typeof(PauseAction), "pause")]

Calls

no outgoing calls