Uses of Interface
org.openqa.selenium.interactions.IsInteraction
-
Packages that use IsInteraction Package Description org.openqa.selenium.interactions org.openqa.selenium.interactions.internal -
-
Uses of IsInteraction in org.openqa.selenium.interactions
Classes in org.openqa.selenium.interactions that implement IsInteraction Modifier and Type Class Description classButtonReleaseActionDeprecated.classClickActionDeprecated.classClickAndHoldActionDeprecated.classCompositeActionAn action for aggregating actions and triggering all of them at the same time.classContextClickActionDeprecated.classDoubleClickActionDeprecated.classKeyDownActionDeprecated.classKeyUpActionDeprecated.classMoveMouseActionDeprecated.classMoveToOffsetActionDeprecated.classPauseActionDeprecated.'Pause' is considered to be a bad design practice.classSendKeysActionDeprecated. -
Uses of IsInteraction in org.openqa.selenium.interactions.internal
Classes in org.openqa.selenium.interactions.internal that implement IsInteraction Modifier and Type Class Description classKeysRelatedActionDeprecated.classMouseActionDeprecated.classSingleKeyActionDeprecated.
-