Skip to content

Commit f1e1f8b

Browse files
Update dotnet/src/webdriver/DomMutationData.cs
1 parent 517bb92 commit f1e1f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/DomMutationData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class DomMutationData
5757
public string AttributeOriginalValue { get; internal set; } = null!;
5858

5959
/// <summary>
60-
/// Stores the element associated with the target ID
60+
/// Stores the element associated with the target ID, if any.
6161
/// </summary>
6262
[JsonIgnore]
6363
public IWebElement? Element { get; internal set; }

0 commit comments

Comments
 (0)