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 d0d4728 commit 246c79fCopy full SHA for 246c79f
dotnet/src/webdriver/BiDi/BrowsingContext/LocateNodesCommand.cs
@@ -44,7 +44,7 @@ internal LocateNodesResult(IReadOnlyList<Script.NodeRemoteValue> nodes)
44
Nodes = nodes;
45
}
46
47
- public readonly IReadOnlyList<Script.NodeRemoteValue> Nodes;
+ public IReadOnlyList<Script.NodeRemoteValue> Nodes { get; }
48
49
public Script.NodeRemoteValue this[int index] => Nodes[index];
50
0 commit comments