Skip to content

Commit b02a3e9

Browse files
committed
Release v2.0.4.0
1 parent 1d9782d commit b02a3e9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.txt

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

18+
19+
v2.0.4.0 (2015/08/24)
20+
===============================================================================
21+
* Fixed the process termination that was leaving Firefox opened
22+
* Fixed the denied exception raised when the browser was launched
23+
* Updated examples for Excel
24+
* Removed the deprecated FindElementByClassName and FindElementsByClassName
25+
* Removed the deprecated FindElementByCssSelector and FindElementsByCssSelector
26+
* Removed the deprecated FindElementByTagName and FindElementsByTagName
27+
1828
v2.0.3.0 (2015/08/19)
1929
===============================================================================
2030
* Updated IE driver to version 2.47

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.3.0")]
40-
[assembly: AssemblyFileVersion("2.0.3.0")]
39+
[assembly: AssemblyVersion("2.0.4.0")]
40+
[assembly: AssemblyFileVersion("2.0.4.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.3.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827';
7+
lib.FullName := 'Selenium, Version=2.0.4.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)