Skip to content

Commit 430f81c

Browse files
Merge pull request #29 from 07souravkunda/update_appium_android_driver
update: appium driver to android driver
2 parents 0538261 + 78e0a76 commit 430f81c

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)