We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55afa4f commit 013d2b3Copy full SHA for 013d2b3
dotnet/src/webdriver/BiDi/Modules/Input/SourceActions.cs
@@ -18,7 +18,6 @@ public abstract record SourceActions<T> : ISourceActions, IEnumerable<ISourceAct
18
{
19
public string Id { get; } = Guid.NewGuid().ToString();
20
21
- [JsonPropertyName("actions")]
22
public IList<ISourceAction> Actions { get; } = [];
23
24
public IEnumerator<ISourceAction> GetEnumerator() => Actions.GetEnumerator();
0 commit comments