Skip to content

Commit 1526362

Browse files
committed
Ignore DomMutationData.Element during JSON operations
1 parent 6231a36 commit 1526362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/webdriver/DomMutationData.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public class DomMutationData
5757
/// <summary>
5858
/// Stores the element associated with the target ID
5959
/// </summary>
60+
[JsonIgnore]
6061
public IWebElement Element { get; internal set; }
6162

6263
/// <summary>

0 commit comments

Comments
 (0)