Skip to content

Commit

Permalink
Release v2.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florentbr committed Aug 24, 2015
1 parent 1d9782d commit b02a3e9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ Third party softwares:
PhantomJs web stack - BSD license
http://phantomjs.org/


v2.0.4.0 (2015/08/24)
===============================================================================
* Fixed the process termination that was leaving Firefox opened
* Fixed the denied exception raised when the browser was launched
* Updated examples for Excel
* Removed the deprecated FindElementByClassName and FindElementsByClassName
* Removed the deprecated FindElementByCssSelector and FindElementsByCssSelector
* Removed the deprecated FindElementByTagName and FindElementsByTagName

v2.0.3.0 (2015/08/19)
===============================================================================
* Updated IE driver to version 2.47
Expand Down
4 changes: 2 additions & 2 deletions Selenium/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.3.0")]
[assembly: AssemblyFileVersion("2.0.3.0")]
[assembly: AssemblyVersion("2.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
[assembly: TypeLibVersion(2, 0)]

[assembly: NeutralResourcesLanguage("en-US")]
Expand Down
2 changes: 1 addition & 1 deletion SeleniumBasicSetup.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

lib.Guid := '{0277FC34-FD1B-4616-BB19-A9AABCAF2A70}';
lib.FullName := 'Selenium, Version=2.0.3.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827';
lib.FullName := 'Selenium, Version=2.0.4.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827';
lib.Description := 'Selenium Type Library';
lib.TypeVersion := '2.0';
lib.PathDll := ExpandConstant('{app}\Selenium.dll');
Expand Down

0 comments on commit b02a3e9

Please sign in to comment.