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 Dec 22, 2018
1 parent d499534 commit bb77263
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Usage
--xml-result <dir> : output XML JUnit results to specified directory.
--html-result <dir> : output HTML results to specified directory.
--timeout (-t) <timeout> : set timeout (ms) for waiting. (default: 30000 ms)
--max-retries <maxRetries> : set maximum number of retries for a given step. (default: 0)
--set-speed <speed> : same as executing setSpeed(ms) command first.
--height <height> : set initial height. (excluding mobile)
--width <width> : set initial width. (excluding mobile)
Expand Down
1 change: 1 addition & 0 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Selenese Runner Java Relase Note
* `executeScript`
* `setWindowSize`
* Refine screenshot handling. (#283)
* Add new option `--max-retries`. (PR #286 by @jbrazile with refactoring by @vmi)

### 3.19.2

Expand Down

0 comments on commit bb77263

Please sign in to comment.