File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Open `BrowserStackAndroid.java` file in the `android` directory or `BrowserStack
49
49
50
50
- Replace ` YOUR_USERNAME ` & ` YOUR_ACCESS_KEY ` with your BrowserStack access credentials
51
51
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
53
53
54
54
- Set the device and OS version
55
55
Original file line number Diff line number Diff line change 22
22
<artifactId >commons-io</artifactId >
23
23
<version >1.3.2</version >
24
24
</dependency >
25
- <dependency >
26
- <groupId >org.seleniumhq.selenium</groupId >
27
- <artifactId >selenium-java</artifactId >
28
- <version >3.141.59</version >
29
- </dependency >
30
25
<dependency >
31
26
<groupId >io.appium</groupId >
32
27
<artifactId >java-client</artifactId >
You can’t perform that action at this time.
0 commit comments