Webdriver is an interface-All classes that implement webdriver Interface can use its functions on any webpage.
Another imp interface is WebElement interface which represents a generic HTML element.
An important class is Action which is used to move the mouse over a particular element
Important methods in webdriver,weblement and action interfaces/classes are