Skip to content

Commit 013d2b3

Browse files
committed
Update SourceActions.cs
1 parent 55afa4f commit 013d2b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotnet/src/webdriver/BiDi/Modules/Input/SourceActions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public abstract record SourceActions<T> : ISourceActions, IEnumerable<ISourceAct
1818
{
1919
public string Id { get; } = Guid.NewGuid().ToString();
2020

21-
[JsonPropertyName("actions")]
2221
public IList<ISourceAction> Actions { get; } = [];
2322

2423
public IEnumerator<ISourceAction> GetEnumerator() => Actions.GetEnumerator();

0 commit comments

Comments
 (0)