Skip to content

Commit 2e46b1b

Browse files
committed
Update the changelog
1 parent bbee189 commit 2e46b1b

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

Diff for: java/CHANGELOG

+32-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,38 @@ v2.29.0
22
=======
33

44
WebDriver:
5-
* Added support for Firefox 18.
6-
* more details will be added....
5+
* Firefox 18 support.
6+
* IEDriver supports "requireWindowFocus" desired capability. When
7+
using this and native events, the IE driver will demand focus and
8+
user interactions will use SendInput() for simulating user
9+
interactions. Note that this will mean you MUST NOT use the
10+
machine running IE for anything else as the tests are running.
11+
* Use the "webdriver.remote.shorten_log_messages" system property to
12+
reduce the verboseness of ouput from executeScript and
13+
executeAsyncScript when using the RemoteWebDriver.
14+
* Switching HtmlUnitDriver default from FIREFOX_3_6 to FIREFOX_10
15+
* SafariDriverExtension should restore Safari's previous settings on
16+
shutdown.
17+
* Bundled version of PhantomJSDriver bumped to 1.0.1
18+
* Updated the version of guava-libraries used to 14.
19+
* Updated HtmlUnit to 2.11
20+
* Deprecated XPathLookupException in favour of
21+
InvalidSelectorException
22+
* FIXED: 3602: Changing IE view port calculations to allow for
23+
always-present vertical scroll bar, and to test for horizontal
24+
scroll bar and adjust as required by page content.
25+
* FIXED: 4576: self registering proxy now check for user specified
26+
proxy id.
27+
* FIXED: 5010: icons in chrome newtab now correctly identified as
28+
being shown.
29+
30+
RC:
31+
* FIXED: 4818: Make sure that each generated SSL cert has a unique
32+
ID associated with it.
33+
34+
Project:
35+
* Moved to git. Most obvious in revision number in our exceptions.
36+
737

838
v2.28.0
939
=======
@@ -856,4 +886,3 @@ Grid:
856886
* Track when a session has become orphaned. I.e., when the client sends no
857887
commands after the initial session creation. This almost always indicates
858888
the client is no longer connected and the session is unusable immediately.
859-
r18261 | [email protected] | 2012-12-05 11:30:23 -0800 (Wed, 05 Dec 2012) | 1 line

0 commit comments

Comments
 (0)