Closed navinchandrac closed 3 years ago
Hi,
After adding below maven dependency for healenium-appium V1.1 in POM file for test cases writting.
<dependency> <groupId>com.epam.healenium</groupId> <artifactId>healenium-appium</artifactId> <version>1.1</version> </dependency>
It is showing only MENIFEST.MF file under healenium-appium 1.1.jar file (please refer below screenshot) instead of packages, so due to that unable to import com.epam.healenium.appium.DriverWrapper in test cases file for DriverWrapper.wrap class.
I am also facing the same issue , @GannaChernyshova could you please look in to it .
Fixed at 1.2 version.
Hi,
After adding below maven dependency for healenium-appium V1.1 in POM file for test cases writting.
It is showing only MENIFEST.MF file under healenium-appium 1.1.jar file (please refer below screenshot) instead of packages, so due to that unable to import com.epam.healenium.appium.DriverWrapper in test cases file for DriverWrapper.wrap class.