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.
DomMutationData.Element
1 parent 6231a36 commit 1526362Copy full SHA for 1526362
dotnet/src/webdriver/DomMutationData.cs
@@ -57,6 +57,7 @@ public class DomMutationData
57
/// <summary>
58
/// Stores the element associated with the target ID
59
/// </summary>
60
+ [JsonIgnore]
61
public IWebElement Element { get; internal set; }
62
63
0 commit comments