Skip to content

Commit 75dbd98

Browse files
Allow subclassing of Selenium2Library by moving it to a package.
1 parent 42074c9 commit 75dbd98

File tree

5 files changed

+554
-527
lines changed

5 files changed

+554
-527
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ CHANGES
33

44
unreleased
55
----------
6-
* Avoid NullPointerException in isEnabled method. See #56. Great thanks to atcarmo for this patch.
6+
* Avoid NullPointerException in isEnabled method. See #53, #56. Great thanks to atcarmo for this patch.
7+
* Updated selenium-server dependency to 2.43.1. See #58. Great thanks to WojtekKowaluk for this patch.
8+
* Corrected Google Search word
9+
* Fixed JSEvents test
10+
* Added Selendroid
11+
* Added Appium
12+
* Allow subclassing of Selenium2Library by moving it to a package.
713

814
1.4.0.6
915
-------

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,11 +256,12 @@
256256
<configuration>
257257
<doclet>com.github.markusbernhardt.xmldoclet.XmlDoclet</doclet>
258258
<additionalparam>-d ${project.build.directory}/classes -filename
259-
Selenium2Library.javadoc</additionalparam>
259+
com/github/markusbernhardt/selenium2library/Selenium2Library.javadoc</additionalparam>
260260
<useStandardDocletOptions>false</useStandardDocletOptions>
261261
<javadocExecutable>${java.home}/../bin</javadocExecutable>
262262
<sourceFileIncludes>
263263
<sourceFileInclude>*.java</sourceFileInclude>
264+
<sourceFileInclude>com/github/markusbernhardt/selenium2library/Selenium2Library.java</sourceFileInclude>
264265
<sourceFileInclude>com/github/markusbernhardt/selenium2library/keywords/*.java</sourceFileInclude>
265266
</sourceFileIncludes>
266267
<docletArtifact>

0 commit comments

Comments
 (0)