Selenium
Selenium
Action Class
--------------
action.dragAndDrop(element1,element2).build().perform();
dragandDrop.perform();
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Right click
--------------------------------------------------------------------------------
-----------------------------------------------------------------------
Alerts
-----------------------------------------------------------------------------------
-----------
iframe/frame
TakesScreenShot sc = ((TakesScreenShot)WebDriver);
File src = sc.getScreenShotAs(outputType.file);