File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ https://github.com/vmi/selenese-runner-java/releases
1919Release 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
2927Please check [ RELEASENOTE.md] ( RELEASENOTE.md ) .
3028
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)
Original file line number Diff line number Diff line change 11Selenese 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 )
You can’t perform that action at this time.
0 commit comments