Skip to content

Commit 562dc1e

Browse files
committed
Release v2.0.5.0
1 parent 921cc1c commit 562dc1e

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

CHANGELOG.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,20 @@ Third party softwares:
1616
http://phantomjs.org/
1717

1818

19+
v2.0.5.0 (2015/09/08)
20+
===============================================================================
21+
* Updated Chrome driver to version 2.17
22+
* Updated examples for Excel
23+
* Added static access for By, Verify, Assert and Keys (.Net API only)
24+
* Added the Sort and Distinct method on a List
25+
* Added the debugAddress capability for Firefox
26+
* Changed CookieByName by FindCookieByName and DeleteCookieNamed by DeleteCookieByName
27+
* Fixed Chrome crash on Windows 7 64bit
28+
* Fixed Firefox session cleaning
29+
* Fixed the Size and Point objects that were not accessible from VBScript
30+
* Fixed AddExtension throwing base64 error with Chrome
31+
* Fixed installation patch for Office 2003
32+
1933
v2.0.4.0 (2015/08/24)
2034
===============================================================================
2135
* Fixed the process termination that was leaving Firefox opened

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>implicit-wait@florent.breheret</em:id>
55
<em:name>Selenium IDE: Implicit Wait</em:name>
6-
<em:version>2.0.3.0</em:version>
6+
<em:version>2.0.5.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>vbformatters@florent.breheret</em:id>
55
<em:name>Selenium IDE: VBA/VBS Formatters</em:name>
6-
<em:version>2.0.3.0</em:version>
6+
<em:version>2.0.5.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>

Selenium/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
// You can specify all the values or you can default the Build and Revision Numbers
3737
// by using the '*' as shown below:
3838
// [assembly: AssemblyVersion("1.0.*")]
39-
[assembly: AssemblyVersion("2.0.4.0")]
40-
[assembly: AssemblyFileVersion("2.0.4.0")]
39+
[assembly: AssemblyVersion("2.0.5.0")]
40+
[assembly: AssemblyFileVersion("2.0.5.0")]
4141
[assembly: TypeLibVersion(2, 0)]
4242

4343
[assembly: NeutralResourcesLanguage("en-US")]

SeleniumBasicSetup.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
lib.Guid := '{0277FC34-FD1B-4616-BB19-A9AABCAF2A70}';
7-
lib.FullName := 'Selenium, Version=2.0.4.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827';
7+
lib.FullName := 'Selenium, Version=2.0.5.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827';
88
lib.Description := 'Selenium Type Library';
99
lib.TypeVersion := '2.0';
1010
lib.PathDll := ExpandConstant('{app}\Selenium.dll');

0 commit comments

Comments
 (0)