Skip to content

Commit 788a1f8

Browse files
committed
Removing selenium dependency. Typo fix in Readme
1 parent 399c107 commit 788a1f8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Open `BrowserStackAndroid.java` file in the `android` directory or `BrowserStack
4949

5050
- Replace `YOUR_USERNAME` & `YOUR_ACCESS_KEY` with your BrowserStack access credentials
5151

52-
- Replace `bs://<app-id>` wkth the URL obtained from app upload step
52+
- Replace `bs://<app-id>` with the URL obtained from app upload step
5353

5454
- Set the device and OS version
5555

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
<artifactId>commons-io</artifactId>
2323
<version>1.3.2</version>
2424
</dependency>
25-
<dependency>
26-
<groupId>org.seleniumhq.selenium</groupId>
27-
<artifactId>selenium-java</artifactId>
28-
<version>3.141.59</version>
29-
</dependency>
3025
<dependency>
3126
<groupId>io.appium</groupId>
3227
<artifactId>java-client</artifactId>

0 commit comments

Comments
 (0)