org.openqa.selenium.interactions.internal
Class DisplayAction

java.lang.Object
  extended by org.openqa.selenium.interactions.internal.BaseAction
      extended by org.openqa.selenium.interactions.internal.DisplayAction
Direct Known Subclasses:
TouchAction

public abstract class DisplayAction
extends BaseAction

This class represents an abstraction of devices that can execute an action within a display area.


Field Summary
 
Fields inherited from class org.openqa.selenium.interactions.internal.BaseAction
where
 
Constructor Summary
protected DisplayAction(Locatable locationProvider)
           
 
Method Summary
protected  Coordinates getActionLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayAction

protected DisplayAction(Locatable locationProvider)
Method Detail

getActionLocation

protected Coordinates getActionLocation()


Copyright © 2011. All Rights Reserved.