Skip to content

Commit

Permalink
Release v2.0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
florentbr committed Mar 2, 2016
1 parent 11a2fb7 commit 8a2cde3
Show file tree
Hide file tree
Showing 14 changed files with 21 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.txt
Expand Up @@ -15,6 +15,21 @@ Third party softwares:
PhantomJs web stack - BSD license
http://phantomjs.org/


v2.0.9.0 (2016/03/02)
===============================================================================
* Updated examples
* Updated Firefox driver to version 2.52.0
* Updated IE driver to version 2.52.1
* Changed KO to NOK in the message for the Verify object
* Added the ExecuteAsyncScript method on WebDriver, WebElement and WebElements
* Added an option on a TableElement to use some javascript to parse a cell
* Fixed the timeout on driver.Get
* Fixed Ctrl/Alt key code in the Action class
* Fixed timeout for the connection to the server #75
* Fixed the SetHttpProxy and SetSSLProxy not handling double #74
* Fixed Dictionary method of Selenium.Application returns a List #76

v2.0.8.0 (2016/02/08)
===============================================================================
* Updated examples
Expand Down
Binary file modified Examples/Excel/CloudBrowserStack.xlsm
Binary file not shown.
Binary file modified Examples/Excel/CloudSauceLab.xlsm
Binary file not shown.
Binary file modified Examples/Excel/Examples.xlsm
Binary file not shown.
Binary file modified Examples/Excel/ExamplesNoRegistration.xlsm
Binary file not shown.
Binary file modified Examples/Excel/ExamplesPageObject.xlsm
Binary file not shown.
Binary file modified Examples/VBScript/ListLinks(Firefox).vbs
Binary file not shown.
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.8.0</em:version>
<em:version>2.0.9.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.8.0</em:version>
<em:version>2.0.9.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
Binary file modified Scripts/StartEdge.vbs
Binary file not shown.
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.8.0")]
[assembly: AssemblyFileVersion("2.0.8.0")]
[assembly: AssemblyVersion("2.0.9.0")]
[assembly: AssemblyFileVersion("2.0.9.0")]
[assembly: TypeLibVersion(2, 0)]

[assembly: NeutralResourcesLanguage("en-US")]
Expand Down
2 changes: 1 addition & 1 deletion Selenium/Selenium.csproj
Expand Up @@ -139,7 +139,7 @@
<Compile Include="Internal\StringExt.cs" />
<Compile Include="Internal\ThreadExt.cs" />
<Compile Include="Internal\UnhandledException.cs" />
<Compile Include="ComInterfaces\_Selenium.cs" />
<Compile Include="ComInterfaces\_Application.cs" />
<Compile Include="Pdf\PdfFonts.cs" />
<Compile Include="Pdf\PdfImage.cs" />
<Compile Include="Pdf\PdfOutlines.cs" />
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.8.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827';
lib.FullName := 'Selenium, Version=2.0.9.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827';
lib.Description := 'Selenium Type Library';
lib.TypeVersion := '2.0';
lib.PathDll := ExpandConstant('{app}\Selenium.dll');
Expand Down
Binary file modified Templates/Selenium.xltm
Binary file not shown.

0 comments on commit 8a2cde3

Please sign in to comment.