We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399c107 commit 788a1f8Copy full SHA for 788a1f8
2 files changed
README.md
@@ -49,7 +49,7 @@ Open `BrowserStackAndroid.java` file in the `android` directory or `BrowserStack
49
50
- Replace `YOUR_USERNAME` & `YOUR_ACCESS_KEY` with your BrowserStack access credentials
51
52
-- Replace `bs://<app-id>` wkth the URL obtained from app upload step
+- Replace `bs://<app-id>` with the URL obtained from app upload step
53
54
- Set the device and OS version
55
pom.xml
@@ -22,11 +22,6 @@
22
<artifactId>commons-io</artifactId>
23
<version>1.3.2</version>
24
</dependency>
25
- <dependency>
26
- <groupId>org.seleniumhq.selenium</groupId>
27
- <artifactId>selenium-java</artifactId>
28
- <version>3.141.59</version>
29
- </dependency>
30
<dependency>
31
<groupId>io.appium</groupId>
32
<artifactId>java-client</artifactId>
0 commit comments