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