Skip to content

Commit

Permalink
update release notes for 4.1.0
Browse files Browse the repository at this point in the history
Change-Id: Ib57402c4c64cfe99b1889a95e5d64b36b9c3b05f
  • Loading branch information
Dmitrii Rogozin committed Sep 13, 2016
1 parent a4883b0 commit 7221a5c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/releasenotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,11 @@ <h2 id="overview_of_vaadin_testbench">Overview of Vaadin TestBench</h2>

<h2 id="changes_since_2x">Changes in 4.1</h2>

<ul>
<ul> <li>
Mozilla Firefox changed important APIs in version 48 that affected their compatibility with WebDriver which directly affects TestBench. Firefox 48 and posterior versions will require the use of GeckoDriver that is not feature complete or fully compatible with Selenium currently.
As a workaround it is recommended to use either Firefox 47 or
Firefox ESR to execute tests on Firefox until this can be fixed with a stable release of GeckoDriver.
</li>
<li>Add element API helpers from the framework project</li>
<li>Allow specifying parameters using system properties</li>
<li>Improvements in cursor detection (#18773, #19097)</li>
Expand Down Expand Up @@ -561,7 +565,7 @@ <h2 id="supported_platforms_and_browsers">Supported Platforms and Browsers</h2>
<ul>
<li>Latest Google Chrome</li>
<li>Internet Explorer 8, 9, 10, 11</li>
<li>Latest Mozilla Firefox</li>
<li>Mozilla Firefox 47 and earlier</li>
<li>Mobile browsers:
<ul>
<li>Latest Android default browser</li>
Expand Down

0 comments on commit 7221a5c

Please sign in to comment.