Uses of Interface
org.openqa.selenium.interactions.Action

Packages that use Action
org.openqa.selenium.interactions   
 

Uses of Action in org.openqa.selenium.interactions
 

Classes in org.openqa.selenium.interactions that implement Action
 class ButtonReleaseAction
          Releases the left mouse button
 class ClickAction
          clicks an element.
 class ClickAndHoldAction
          Presses the left mouse button without releasing it.
 class CompositeAction
          An action for aggregating actions and triggering all of them at the same time.
 class ContextClickAction
          Context-clicks an element
 class DoubleClickAction
          Double-clicks an element.
 class KeyDownAction
          Emulates key press only, without the release.
 class KeyUpAction
          Emulates key release only, without the press.
 class MoveMouseAction
          Moves the mouse to an element.
 class MoveToOffsetAction
          Move the mouse to a location within the element provided.
 class SendKeysAction
          Sending a sequence of keys to an element.
 

Methods in org.openqa.selenium.interactions that return Action
 Action Actions.build()
           
 

Methods in org.openqa.selenium.interactions with parameters of type Action
 CompositeAction CompositeAction.addAction(Action action)
           
 



Copyright © 2011. All Rights Reserved.