I want to include one .jar file which has classes of my core automation framework. I created a “lib” folder in my selenium project and then gave its path in the pom.xml dependency. This Jar file of framework is not a runnable jar. I exported the framework project as a jar and want to use its classes in my project.
However, im not able to use any class/method from that jar(framework) in my test scripts. Am i doing something wrong.
Source: Read More