SmartWait by Valerii Fedorenko

<PackageReference Include="SmartWait" Version="1.0.8" />

 SmartWait 1.0.8

Each SmartWait instance defines the maximum amount of time to wait for a condition, as well as the frequency with which to check the condition. Furthermore, the user may configure the wait to ignore specific types of exceptions whilst waiting

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>SmartWait</id>
    <version>1.0.8</version>
    <authors>Valerii Fedorenko</authors>
    <owners>Valerii Fedorenko</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/valeraf23/SmartWait</projectUrl>
    <description>Each SmartWait  instance defines the maximum amount of time to wait for a condition, as well as the frequency with which to check the condition. Furthermore, the user may configure the wait to ignore specific types of exceptions whilst waiting</description>
    <releaseNotes>date packages</releaseNotes>
    <tags>SmartWait FluentWait Fluent Wait Smart Wait</tags>
    <repository url="https://github.com/valeraf23/SmartWait" />
    <dependencies>
      <group targetFramework=".NETFramework4.6">
        <dependency id="Ben.Demystifier" version="0.1.4" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETCoreApp2.1">
        <dependency id="Ben.Demystifier" version="0.1.4" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>