Skip to content

Commit eeb85ce

Browse files
committed
update readme and release note.
1 parent 7b5f77b commit eeb85ce

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ https://github.com/vmi/selenese-runner-java/releases
1919
Release Note
2020
------------
2121

22-
### 4.0.0
22+
### 4.2.0
2323

24-
* Catch up Selenium 4.1.0 and update dependency versions.
25-
* **Remove PhantomJS driver support.**
26-
* Update Maven plugin versions.
27-
* Change to treat unsuccessful `waitFor*` command result as "Failure" in SIDE file. (#330)
24+
* Catch up Selenium 4.4.0 and update dependency versions.
25+
* Fix several problems associated with the update.
2826

2927
Please check [RELEASENOTE.md](RELEASENOTE.md).
3028

@@ -86,7 +84,7 @@ Usage
8684
--set-speed <speed> : same as executing setSpeed(ms) command first.
8785
--height <height> : set initial height. (excluding mobile)
8886
--width <width> : set initial width. (excluding mobile)
89-
--alerts-policy VAL : The default behaviour for unexpected alerts (accept/ignore/dismiss)
87+
--alerts-policy VAL : The default behaviour for unexpected alerts (accept/dismiss/accept_and_notify/dismiss_and_notify/ignore)
9088
--define (-D) <key>[:<type>][+]=<value> : define parameters for capabilities. <type> is a value type: str (default), int or bool (multiple)
9189
--var (-V) <var-name>=<json-value> : set JSON value to variable with a specified name. (multiple)
9290
--rollup <file> : define rollup rule by JavaScript. (multiple)

RELEASENOTE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Selenese Runner Java Relase Note
22
================================
33

4+
### 4.2.0
5+
6+
* Catch up Selenium 4.4.0 and update dependency versions.
7+
* Fix several problems associated with the update.
8+
49
### 4.1.0
510

611
* Fix ExecuteAsyncScript not working with Firefox. (#332, PR #333 by @blutorange)

0 commit comments

Comments
 (0)