Class Interaction

java.lang.Object
org.openqa.selenium.interactions.Interaction
Direct Known Subclasses:
Pause

public abstract class Interaction extends Object
Used as the basis of Sequences for the W3C WebDriver spec Action commands.
  • Constructor Details

    • Interaction

      protected Interaction(InputSource source)
  • Method Details

    • isValidFor

      protected boolean isValidFor(SourceType sourceType)
    • getSource

      public InputSource getSource()