How to use the Actions class in Selenium WebDriver?
Hi Tim,
In Selenium WebDriver it is not mandatory or it is not required to use actions always or it is not like that it is not used ever but the use of actions class as switching to frame or using alert is different and using Actions is a different concept.
You can try using different functions of the Actions class http://selenium.googlecode.com/git/docs/api/java/org/openqa/selenium/interactions/Actions.html
And for the switch is used to shift the control of WebDirver from one page to another or one frame to another.