Class DomMutation

java.lang.Object
org.openqa.selenium.remote.DomMutation

public class DomMutation extends Object
  • Constructor Details

    • DomMutation

      public DomMutation(org.openqa.selenium.WebElement element, String attributeName, String currentValue, String oldValue)
  • Method Details

    • getElement

      public org.openqa.selenium.WebElement getElement()
    • getAttributeName

      public String getAttributeName()
    • getCurrentValue

      public String getCurrentValue()
    • getOldValue

      public String getOldValue()