File tree Expand file tree Collapse file tree 10 files changed +21
-10
lines changed Expand file tree Collapse file tree 10 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.selendroid</groupId >
6
6
<artifactId >selendroid</artifactId >
7
- <version >0.17.0-SNAPSHOT </version >
7
+ <version >0.17.0</version >
8
8
</parent >
9
9
<artifactId >android-driver-app</artifactId >
10
10
<packaging >apk</packaging >
Original file line number Diff line number Diff line change 1
- 0.17 .0-SNAPSHOT (under current development)
1
+ 0.18 .0-SNAPSHOT (under current development)
2
2
---
3
3
4
+
5
+ 0.17.0
6
+ ---
7
+ - wrapping webviews in a better way, to handle hybrid apps that override methods on the webview(s)
8
+ - native element getAttribute now run on UI Thread, to access certain attributes on a WebView (like getScale)
9
+ - marshmallow support
10
+ - add factory to allow custom drivers
11
+ - merge device config into node capability for grid auto re-register
12
+ - kill orphaned processes after test has finished
13
+ - update selenium maven dependency
14
+
4
15
0.16.0
5
16
---
6
17
- gets app version from pom.xml if class path doesn't start with jar [ #835 ] ( ../../issues/835 )
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >io.selendroid</groupId >
4
4
<artifactId >selendroid</artifactId >
5
- <version >0.17.0-SNAPSHOT </version >
5
+ <version >0.17.0</version >
6
6
<packaging >pom</packaging >
7
7
<name >selendroid</name >
8
8
<description >"Selenium for Android Apps" (Test automate native or hybrid Android apps with Selendroid.)</description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.selendroid</groupId >
6
6
<artifactId >selendroid</artifactId >
7
- <version >0.17.0-SNAPSHOT </version >
7
+ <version >0.17.0</version >
8
8
</parent >
9
9
<artifactId >selendroid-client</artifactId >
10
10
<name >selendroid-client</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.selendroid</groupId >
6
6
<artifactId >selendroid</artifactId >
7
- <version >0.17.0-SNAPSHOT </version >
7
+ <version >0.17.0</version >
8
8
</parent >
9
9
<artifactId >selendroid-common</artifactId >
10
10
<name >selendroid-common</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.selendroid</groupId >
6
6
<artifactId >selendroid</artifactId >
7
- <version >0.17.0-SNAPSHOT </version >
7
+ <version >0.17.0</version >
8
8
</parent >
9
9
<artifactId >selendroid-grid-plugin</artifactId >
10
10
<name >selendroid-grid-plugin</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.selendroid</groupId >
6
6
<artifactId >selendroid</artifactId >
7
- <version >0.17.0-SNAPSHOT </version >
7
+ <version >0.17.0</version >
8
8
</parent >
9
9
<artifactId >selendroid-server-common</artifactId >
10
10
<name >selendroid-server-common</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.selendroid</groupId >
6
6
<artifactId >selendroid</artifactId >
7
- <version >0.17.0-SNAPSHOT </version >
7
+ <version >0.17.0</version >
8
8
</parent >
9
9
<artifactId >selendroid-server</artifactId >
10
10
<name >selendroid-server</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.selendroid</groupId >
7
7
<artifactId >selendroid</artifactId >
8
- <version >0.17.0-SNAPSHOT </version >
8
+ <version >0.17.0</version >
9
9
</parent >
10
10
<artifactId >selendroid-standalone</artifactId >
11
11
<name >selendroid-standalone</name >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.selendroid</groupId >
6
6
<artifactId >selendroid</artifactId >
7
- <version >0.17.0-SNAPSHOT </version >
7
+ <version >0.17.0</version >
8
8
</parent >
9
9
<artifactId >selendroid-test-app</artifactId >
10
10
<packaging >apk</packaging >
You can’t perform that action at this time.
0 commit comments