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.StringgetAttributeName()java.lang.StringgetCurrentValue()org.openqa.selenium.WebElementgetElement()java.lang.StringgetOldValue()
-