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.
PinnedScript.ScriptId
1 parent d3b77ba commit 8685510Copy full SHA for 8685510
dotnet/src/webdriver/PinnedScript.cs
@@ -81,6 +81,6 @@ internal string MakeRemovalScript()
81
/// <summary>
82
/// Gets or sets the ID of this script.
83
/// </summary>
84
- internal string ScriptId { get; set; }
+ internal string ScriptId { get; }
85
}
86
0 commit comments