Skip to content

Commit

Permalink
updated to selenium 2.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Apr 21, 2013
1 parent 8423851 commit d74a258
Show file tree
Hide file tree
Showing 17 changed files with 265 additions and 13 deletions.
6 changes: 5 additions & 1 deletion basictests/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="WebDriver" publicKeyToken="1c2bd1631853048f" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.30.0.0" newVersion="2.30.0.0" />
<bindingRedirect oldVersion="0.0.0.0-2.32.0.0" newVersion="2.32.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Castle.Core" publicKeyToken="407dd0808d44fbdc" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="WebDriver.Support" publicKeyToken="1c2bd1631853048f" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.32.0.0" newVersion="2.32.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
4 changes: 2 additions & 2 deletions basictests/basictests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Numerics" />
<Reference Include="WebDriver">
<HintPath>..\packages\Selenium.WebDriver.2.31.2\lib\net40\WebDriver.dll</HintPath>
<HintPath>..\packages\Selenium.WebDriver.2.32.0\lib\net40\WebDriver.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WebDriver.Support">
<HintPath>..\packages\Selenium.Support.2.31.2\lib\net40\WebDriver.Support.dll</HintPath>
<HintPath>..\packages\Selenium.Support.2.32.0\lib\net40\WebDriver.Support.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions basictests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<packages>
<package id="Newtonsoft.Json" version="4.5.1" />
<package id="Selenium.Support" version="2.31.2" targetFramework="net40-Client" />
<package id="Selenium.Support" version="2.32.0" targetFramework="net40-Client" />
<package id="Selenium.WebDriver" version="2.24.0" />
<package id="Selenium.WebDriver" version="2.30.0" targetFramework="net40-Client" />
<package id="Selenium.WebDriver" version="2.31.2" targetFramework="net40-Client" />
<package id="Selenium.WebDriver" version="2.32.0" targetFramework="net40-Client" />
</packages>
4 changes: 2 additions & 2 deletions canopy/canopy.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
<Reference Include="System.Numerics" />
<Reference Include="System.Windows.Forms" />
<Reference Include="WebDriver">
<HintPath>..\packages\Selenium.WebDriver.2.31.2\lib\net40\WebDriver.dll</HintPath>
<HintPath>..\packages\Selenium.WebDriver.2.32.0\lib\net40\WebDriver.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WebDriver.Support">
<HintPath>..\packages\Selenium.Support.2.31.2\lib\net40\WebDriver.Support.dll</HintPath>
<HintPath>..\packages\Selenium.Support.2.32.0\lib\net40\WebDriver.Support.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions canopy/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<packages>
<package id="Selenium.Support" version="2.30.0" targetFramework="net40" />
<package id="Selenium.Support" version="2.31.2" targetFramework="net40" />
<package id="Selenium.Support" version="2.32.0" targetFramework="net40" />
<package id="Selenium.WebDriver" version="2.30.0" targetFramework="net40" />
<package id="Selenium.WebDriver" version="2.31.2" targetFramework="net40" />
<package id="Selenium.WebDriver" version="2.32.0" targetFramework="net40" />
</packages>
2 changes: 1 addition & 1 deletion demotests/demotests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<Private>True</Private>
</ProjectReference>
<Reference Include="WebDriver">
<HintPath>..\packages\Selenium.WebDriver.2.30.0\lib\net40\WebDriver.dll</HintPath>
<HintPath>..\packages\Selenium.WebDriver.2.32.0\lib\net40\WebDriver.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions demotests/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Selenium.WebDriver" version="2.30.0" targetFramework="net40-Client" />
<package id="Selenium.WebDriver" version="2.32.0" targetFramework="net40-Client" />
</packages>
14 changes: 13 additions & 1 deletion documentationtests/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="WebDriver" publicKeyToken="1c2bd1631853048f" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.32.0.0" newVersion="2.32.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="WebDriver.Support" publicKeyToken="1c2bd1631853048f" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.32.0.0" newVersion="2.32.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
4 changes: 2 additions & 2 deletions documentationtests/documentationtests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
<Reference Include="System.Drawing" />
<Reference Include="System.Numerics" />
<Reference Include="WebDriver">
<HintPath>..\packages\Selenium.WebDriver.2.31.2\lib\net40\WebDriver.dll</HintPath>
<HintPath>..\packages\Selenium.WebDriver.2.32.0\lib\net40\WebDriver.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WebDriver.Support">
<HintPath>..\packages\Selenium.Support.2.31.2\lib\net40\WebDriver.Support.dll</HintPath>
<HintPath>..\packages\Selenium.Support.2.32.0\lib\net40\WebDriver.Support.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions documentationtests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
<packages>
<package id="canopy" version="0.7.2" targetFramework="net40" />
<package id="Selenium.Support" version="2.31.2" targetFramework="net40-Client" />
<package id="Selenium.Support" version="2.32.0" targetFramework="net40" />
<package id="Selenium.WebDriver" version="2.31.2" targetFramework="net40-Client" />
<package id="Selenium.WebDriver" version="2.32.0" targetFramework="net40" />
</packages>
4 changes: 0 additions & 4 deletions githubtests/githubtests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@
<Project>{63135cf6-70a9-4382-851d-4b679ee0cbf8}</Project>
<Private>True</Private>
</ProjectReference>
<Reference Include="WebDriver">
<HintPath>..\packages\Selenium.WebDriver.2.30.0\lib\net40\WebDriver.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
26 changes: 26 additions & 0 deletions packages/Selenium.Support.2.32.0/Selenium.Support.2.32.0.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Selenium.Support</id>
<version>2.32.0</version>
<title>Selenium WebDriver Support Classes</title>
<authors>Selenium Committers</authors>
<owners>Selenium Committers</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://code.google.com/p/selenium/</projectUrl>
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains .NET support classes for the Selenium WebDriver API, which includes helper classes for HTML Select elements, waiting for conditions, and Page Object creation.</description>
<summary>Support classes for the .NET bindings of the Selenium WebDriver API</summary>
<tags>Selenium WebDriver browser automation support</tags>
<dependencies>
<dependency id="Selenium.WebDriver" version="2.32.0" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
<references>
<reference file="WebDriver.Support.dll" />
</references>
</metadata>
</package>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Selenium.WebDriver</id>
<version>2.32.0</version>
<title>Selenium WebDriver</title>
<authors>Selenium Committers</authors>
<owners>Selenium Committers</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>http://code.google.com/p/selenium/</projectUrl>
<iconUrl>http://seleniumhq.org/images/big-logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the newer, more concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser.</description>
<summary>.NET bindings for the Selenium WebDriver API</summary>
<tags>Selenium WebDriver browser automation</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
<references>
<reference file="WebDriver.dll" />
</references>
</metadata>
</package>
Binary file not shown.
Loading

0 comments on commit d74a258

Please sign in to comment.