Skip to content

Commit

Permalink
Release v2.0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florentbr committed Oct 31, 2015
1 parent 1c59c19 commit f8a96cc
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.txt
Expand Up @@ -15,6 +15,28 @@ Third party softwares:
PhantomJs web stack - BSD license
http://phantomjs.org/

v2.0.6.0 (2015/10/31)
===============================================================================
* Updated Chrome driver to version 2.20
* Updated IE driver to version 2.48
* Updated Firefox driver to version 2.48
* Updated Firefox default preferences
* Added Microsoft Edge Driver
* Added usage example for AutoIt
* Added remote usage examples with BrowserStack and SauceLab cloud services
* Added support of credentials in URI for cloud usage
* Added support for an "All users" installation
* Added the logging of an exception in Windows events
* Refactored the capabilities and timeouts
* Improved error handling and the launching of servers
* Implemented the screenshot native api on a web element
* Fixed screenshot failing in some cases
* Fixed access denied when launching the driver (#28)
* Fixed cammand line arguments failing with IEDriver
* Fixed DragAndDropByOffset method failing when one offset is zero (#27)
* Fixed incorrect range returned by the Table object on a ListObject
* Fixed error while accessing cookies with chrome (#21)
* Fixed the exception not properly raised when an object is added as capability

v2.0.5.0 (2015/09/08)
===============================================================================
Expand Down
2 changes: 1 addition & 1 deletion FirefoxAddons/implicit-wait/install.rdf
Expand Up @@ -3,7 +3,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>implicit-wait@florent.breheret</em:id>
<em:name>Selenium IDE: Implicit Wait</em:name>
<em:version>2.0.5.0</em:version>
<em:version>2.0.6.0</em:version>
<em:creator>Florent BREHERET</em:creator>
<em:description>Implicit wait functions for Selenium IDE</em:description>
<em:type>2</em:type>
Expand Down
2 changes: 1 addition & 1 deletion FirefoxAddons/vb-format/install.rdf
Expand Up @@ -3,7 +3,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>vbformatters@florent.breheret</em:id>
<em:name>Selenium IDE: VBA/VBS Formatters</em:name>
<em:version>2.0.5.0</em:version>
<em:version>2.0.6.0</em:version>
<em:creator>Florent BREHERET</em:creator>
<em:description>VBA/VBS code formatters for Selenium IDE</em:description>
<em:type>2</em:type>
Expand Down
4 changes: 2 additions & 2 deletions Selenium/Properties/AssemblyInfo.cs
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.5.0")]
[assembly: AssemblyFileVersion("2.0.5.0")]
[assembly: AssemblyVersion("2.0.6.0")]
[assembly: AssemblyFileVersion("2.0.6.0")]
[assembly: TypeLibVersion(2, 0)]

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

lib.Guid := '{0277FC34-FD1B-4616-BB19-A9AABCAF2A70}';
lib.FullName := 'Selenium, Version=2.0.5.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827';
lib.FullName := 'Selenium, Version=2.0.6.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 f8a96cc

Please sign in to comment.