State pros and cons of Selenium WebDriver?

712    Asked by BuffyHeaton in QA Testing , Asked on Dec 28, 2019
Answered by Ashish Mishra

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



Your Answer

Interviews

Parent Categories