Need to know if I have configured all required JARs & library files within my Selenium WebDriver installation, why I need to install referenced libraries again whenever I create a new project with WebDriver.
Thanks & Regards, Manisha
Need to know if I have configured all required JARs & library files within my Selenium WebDriver installation, why I need to install referenced libraries again whenever I create a new project with WebDriver.
Thanks & Regards, Manisha
When you create a New Project it's a :
So following the above mentioned factors each of your Client and their respective Requirements your Project Structure and Binary Specifications may vary from project to project. The IDE you use e.g. Eclipse provides you the flexibility to add the External Jars through Java Build Path through Project Settings and through pom.xml recognized by Maven.
For all the reasons mentioned above you need to configure all required JARs & library files in your new Project.