Hi ,
I am trying to convert my Selenium + TestNG code to Maven & i am getting all the dependencies for " pom.xml " from their respective websites.
But for SmartClient webdriver, I am not able to find dependency which i can put in pom.xml instead of providing "isomorphic_webdriver.jar" file externally.
So can you please provide the dependencies for pom.xml, which is required for test the code in Maven.
Following are the Softwares i am using for automation
Selenium ver 2.48.2
Firefox ver 42
TestNG ver 6.9.6
Apache poi ver 3.9
Maven ver 4
Please provide appropriate dependencies for "Isomorphic_webdriver.jar" which can be placed in "pom.xml" , So by this i can solve the errors of drivers.
Thanks
I am trying to convert my Selenium + TestNG code to Maven & i am getting all the dependencies for " pom.xml " from their respective websites.
But for SmartClient webdriver, I am not able to find dependency which i can put in pom.xml instead of providing "isomorphic_webdriver.jar" file externally.
So can you please provide the dependencies for pom.xml, which is required for test the code in Maven.
Following are the Softwares i am using for automation
Selenium ver 2.48.2
Firefox ver 42
TestNG ver 6.9.6
Apache poi ver 3.9
Maven ver 4
Please provide appropriate dependencies for "Isomorphic_webdriver.jar" which can be placed in "pom.xml" , So by this i can solve the errors of drivers.
Thanks
Comment