Skip to content

Commit 6815cd9

Browse files
committed
Release v2.0.3.0
1 parent 264804b commit 6815cd9

6 files changed

Lines changed: 18 additions & 6 deletions

File tree

CHANGELOG.txt

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

18+
v2.0.3.0 (2015/08/19)
19+
===============================================================================
20+
* Updated IE driver to version 2.47
21+
* Updated Firefox driver to version 2.47.1
22+
* Added new formats (gif, bmp, jpeg) to save an Image object
23+
* Added the SetAuthenticationCredentials to handle alerts prompting for credentials
24+
* Added the SetBinary option to the WebDriver class
25+
* Added the ExecuteScipt and WaitForScript method to the WebElement
26+
* Renamed FindElementByClassName and FindElementsByClassName to FindElementByClass and FindElementsByClass
27+
* Renamed FindElementByCssSelector and FindElementsByCssSelector to FindElementByCss and FindElementsByCss
28+
* Renamed FindElementByTagName and FindElementsByTagName to FindElementByTag and FindElementsByTag
29+
* Fixed objects destruction and driver cleanup on exit
30+
* Fixed AddExtension failing with some Firefox extensions
1831

1932
v2.0.2.0 (2015/07/20)
2033
===============================================================================

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.2.0</em:version>
6+
<em:version>2.0.3.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.2.0</em:version>
6+
<em:version>2.0.3.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.2.0")]
40-
[assembly: AssemblyFileVersion("2.0.2.0")]
39+
[assembly: AssemblyVersion("2.0.3.0")]
40+
[assembly: AssemblyFileVersion("2.0.3.0")]
4141
[assembly: TypeLibVersion(2, 0)]
4242

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

SeleniumBasic.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Global
2828
{09D6B13B-4B98-43E8-AB8E-8BE14C515E37}.Test|Any CPU.ActiveCfg = Test|Any CPU
2929
{09D6B13B-4B98-43E8-AB8E-8BE14C515E37}.Test|Any CPU.Build.0 = Test|Any CPU
3030
{FB9F9DAE-3024-49AF-B017-8AECFDECF844}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31-
{FB9F9DAE-3024-49AF-B017-8AECFDECF844}.Debug|Any CPU.Build.0 = Debug|Any CPU
3231
{FB9F9DAE-3024-49AF-B017-8AECFDECF844}.Release|Any CPU.ActiveCfg = Release|Any CPU
3332
{FB9F9DAE-3024-49AF-B017-8AECFDECF844}.Release|Any CPU.Build.0 = Release|Any CPU
3433
{FB9F9DAE-3024-49AF-B017-8AECFDECF844}.Test|Any CPU.ActiveCfg = Release|Any CPU

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.2.0, Culture=neutral, PublicKeyToken=d499ab7f7ba4d827';
7+
lib.FullName := 'Selenium, Version=2.0.3.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)