Package org.openqa.selenium.interactions
Interface Interactive
-
public interface Interactive
Indicates that a class can be used with the W3C WebDriver Actions commands.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
perform(java.util.Collection<Sequence> actions)
void
resetInputState()
-
-
-
Method Detail
-
perform
void perform(java.util.Collection<Sequence> actions)
-
resetInputState
void resetInputState()
-
-