State pros and cons of Selenium WebDriver?
Pros
When compared with Selenium RC, Web Driver is easier to install
Web Driver did not require any interface to interact with the browser and communicated directly with it
WebDriver has faster execution time when compared to IDE and RC
Cons
Installation is more complex if compared to Selenium IDE
To work with selenium IDE, you need programming knowledge
Cannot generate logs for runtime messages