Skip to content

Instantly share code, notes, and snippets.

View AshishHypr's full-sized avatar

Ashish AshishHypr

View GitHub Profile
In the error whatever my file/code that leads to the error are here:
DebugMenuSteps.java:35
new BaseScreen(mobileHooks.getMobileDriver());
BaseScreen.java:228
super(driver);
ScreenObject.java:13
PageFactory.initElements(new AppiumFieldDecorator(this.mobileDriver), this);
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.ashish</groupId>
<artifactId>AcceptanceTestsFramework</artifactId>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>AcceptanceTestsFramework</name>