| 1. |
What Are The Prerequisites To Run Selenium Webdriver? |
|
Answer» Depending on the programming language, REFERENCE files should be added to the test solutions in C# or test projects in Java. For example, in C#, I added webdriver DLLS and in Java, I added Selenium-client-driver.jar file. And also, we should have programming IDE like visual STUDIO or ECLIPSE to run webdriver. Depending on the programming language, reference files should be added to the test solutions in C# or test projects in Java. For example, in C#, I added webdriver dlls and in Java, I added Selenium-client-driver.jar file. And also, we should have programming IDE like visual studio or eclipse to run webdriver. |
|