WebDriver, The main interface to use for testing, which represents an idealised web browser. The methods in this class fall into three categories:
Control of the browser itself
Selection of WebElements
Debugging aids
Key methods are get(String), which is used to load a new web page, and the ...