-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d04aaa
commit 0716423
Showing
44 changed files
with
61,770 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
26 changes: 26 additions & 0 deletions
26
packages/Selenium.Support.2.33.0/Selenium.Support.2.33.0.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.33.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.33.0" /> | ||
</dependencies> | ||
<frameworkAssemblies> | ||
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" /> | ||
</frameworkAssemblies> | ||
<references> | ||
<reference file="WebDriver.Support.dll" /> | ||
</references> | ||
</metadata> | ||
</package> |
Binary file not shown.
1,896 changes: 1,896 additions & 0 deletions
1,896
packages/Selenium.Support.2.33.0/lib/net35/WebDriver.Support.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
1,896 changes: 1,896 additions & 0 deletions
1,896
packages/Selenium.Support.2.33.0/lib/net40/WebDriver.Support.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
23 changes: 23 additions & 0 deletions
23
packages/Selenium.WebDriver.2.33.0/Selenium.WebDriver.2.33.0.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.33.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.
Oops, something went wrong.