TestStack.Seleno by Mehdi Khalili, Michael Whelan, TestStack

<PackageReference Include="TestStack.Seleno" Version="0.8.38" />

.NET API 507,392 bytes

 TestStack.Seleno 0.8.38

Seleno helps you write automated UI tests in the right way (using Selenium WebDriver)

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>TestStack.Seleno</id>
    <version>0.8.38</version>
    <authors>Mehdi Khalili, Michael Whelan, TestStack</authors>
    <owners>Mehdi Khalili, Michael Whelan, TestStack</owners>
    <licenseUrl>https://github.com/TestStack/TestStack.Seleno/blob/master/license.txt</licenseUrl>
    <projectUrl>http://teststack.github.com/TestStack.Seleno/</projectUrl>
    <iconUrl>https://raw.github.com/TestStack/TestStack.Seleno/master/logo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Seleno helps you write automated UI tests in the right way (using Selenium WebDriver)</description>
    <releaseNotes>This version of Seleno is updated for Selenium 2.43.1. For breaking changes in previous
      versions, see https://github.com/TestStack/TestStack.Seleno/blob/master/BREAKING_CHANGES.md</releaseNotes>
    <copyright>Copyright 2014 TestStack</copyright>
    <tags>web, mvc, asp.net, testing, ui, selenium</tags>
    <dependencies>
      <dependency id="Selenium.WebDriver" version="2.43.1" />
      <dependency id="Selenium.Support" version="2.43.1" />
      <dependency id="Castle.Core" version="3.3.1" />
    </dependencies>
  </metadata>
</package>