We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0538261 + 78e0a76 commit 430f81cCopy full SHA for 430f81c
android/testng-examples/src/test/java/com/browserstack/AppiumTest.java
@@ -6,14 +6,13 @@
6
import org.testng.annotations.AfterMethod;
7
import org.testng.annotations.BeforeMethod;
8
9
-import io.appium.java_client.AppiumDriver;
10
import io.appium.java_client.android.AndroidDriver;
11
import io.appium.java_client.android.options.UiAutomator2Options;
12
13
14
public class AppiumTest {
15
16
- public AppiumDriver driver;
+ public AndroidDriver driver;
17
18
@BeforeMethod(alwaysRun=true)
19
public void setUp() throws Exception {
0 commit comments