Skip to content

Commit 8a2cde3

Browse files
committed
Release v2.0.9.0
1 parent 11a2fb7 commit 8a2cde3

File tree

14 files changed

+21
-6
lines changed

14 files changed

+21
-6
lines changed

CHANGELOG.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@ Third party softwares:
1515
PhantomJs web stack - BSD license
1616
http://phantomjs.org/
1717

18+
19+
v2.0.9.0 (2016/03/02)
20+
===============================================================================
21+
* Updated examples
22+
* Updated Firefox driver to version 2.52.0
23+
* Updated IE driver to version 2.52.1
24+
* Changed KO to NOK in the message for the Verify object
25+
* Added the ExecuteAsyncScript method on WebDriver, WebElement and WebElements
26+
* Added an option on a TableElement to use some javascript to parse a cell
27+
* Fixed the timeout on driver.Get
28+
* Fixed Ctrl/Alt key code in the Action class
29+
* Fixed timeout for the connection to the server #75
30+
* Fixed the SetHttpProxy and SetSSLProxy not handling double #74
31+
* Fixed Dictionary method of Selenium.Application returns a List #76
32+
1833
v2.0.8.0 (2016/02/08)
1934
===============================================================================
2035
* Updated examples
40 Bytes
Binary file not shown.

Examples/Excel/CloudSauceLab.xlsm

16 Bytes
Binary file not shown.

Examples/Excel/Examples.xlsm

25.7 KB
Binary file not shown.
-5 Bytes
Binary file not shown.
15 Bytes
Binary file not shown.
-10 Bytes
Binary file not shown.

FirefoxAddons/implicit-wait/install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Description about="urn:mozilla:install-manifest">
44
<em:id>[email protected]</em:id>
55
<em:name>Selenium IDE: Implicit Wait</em:name>
6-
<em:version>2.0.8.0</em:version>
6+
<em:version>2.0.9.0</em:version>
77
<em:creator>Florent BREHERET</em:creator>
88
<em:description>Implicit wait functions for Selenium IDE</em:description>
99
<em:type>2</em:type>

FirefoxAddons/vb-format/install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Description about="urn:mozilla:install-manifest">
44
<em:id>[email protected]</em:id>
55
<em:name>Selenium IDE: VBA/VBS Formatters</em:name>
6-
<em:version>2.0.8.0</em:version>
6+
<em:version>2.0.9.0</em:version>
77
<em:creator>Florent BREHERET</em:creator>
88
<em:description>VBA/VBS code formatters for Selenium IDE</em:description>
99
<em:type>2</em:type>

Scripts/StartEdge.vbs

-70 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)