Class DomMutationEvent
java.lang.Object
org.openqa.selenium.devtools.events.DomMutationEvent
-
Constructor Summary
ConstructorDescriptionDomMutationEvent
(WebElement element, String attributeName, String currentValue, String oldValue) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
DomMutationEvent
public DomMutationEvent(WebElement element, String attributeName, String currentValue, String oldValue)
-
-
Method Details
-
getElement
-
getAttributeName
-
getCurrentValue
-
getOldValue
-