public class ScActions
extends java.lang.Object
This class wraps the Actions (org.openqa.selenium.interactions.Actions) class and provides any special scLocator-specific logic that we implement in Selenium IDE via the user extensions, for the methods involved, while also adding any new glue needed to make the APIs behave more closely like Selenium IDE running Selenese. Instances of this class are not thread safe. They can be re-used after perform() has been called as this resets the builder pattern.