Skip to content

Commit

Permalink
update readme and release note.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmi committed Aug 17, 2022
1 parent 7b5f77b commit eeb85ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ https://github.com/vmi/selenese-runner-java/releases
Release Note
------------

### 4.0.0
### 4.2.0

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

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

Expand Down Expand Up @@ -86,7 +84,7 @@ Usage
--set-speed <speed> : same as executing setSpeed(ms) command first.
--height <height> : set initial height. (excluding mobile)
--width <width> : set initial width. (excluding mobile)
--alerts-policy VAL : The default behaviour for unexpected alerts (accept/ignore/dismiss)
--alerts-policy VAL : The default behaviour for unexpected alerts (accept/dismiss/accept_and_notify/dismiss_and_notify/ignore)
--define (-D) <key>[:<type>][+]=<value> : define parameters for capabilities. <type> is a value type: str (default), int or bool (multiple)
--var (-V) <var-name>=<json-value> : set JSON value to variable with a specified name. (multiple)
--rollup <file> : define rollup rule by JavaScript. (multiple)
Expand Down
5 changes: 5 additions & 0 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Selenese Runner Java Relase Note
================================

### 4.2.0

* Catch up Selenium 4.4.0 and update dependency versions.
* Fix several problems associated with the update.

### 4.1.0

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

0 comments on commit eeb85ce

Please sign in to comment.