Skip to content

Commit 0777cd1

Browse files
2 parents cd9fb46 + 430f81c commit 0777cd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/testng-examples/src/test/java/com/browserstack/AppiumTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@
66
import org.testng.annotations.AfterMethod;
77
import org.testng.annotations.BeforeMethod;
88

9-
import io.appium.java_client.AppiumDriver;
109
import io.appium.java_client.android.AndroidDriver;
1110
import io.appium.java_client.android.options.UiAutomator2Options;
1211

1312

1413
public class AppiumTest {
1514

16-
public AppiumDriver driver;
15+
public AndroidDriver driver;
1716

1817
@BeforeMethod(alwaysRun=true)
1918
public void setUp() throws Exception {

0 commit comments

Comments
 (0)