Class DomMutationEvent
- java.lang.Object
-
- org.openqa.selenium.devtools.events.DomMutationEvent
-
public class DomMutationEvent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DomMutationEvent(org.openqa.selenium.WebElement element, java.lang.String attributeName, java.lang.String currentValue, java.lang.String oldValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAttributeName()
java.lang.String
getCurrentValue()
org.openqa.selenium.WebElement
getElement()
java.lang.String
getOldValue()
-