AFrame.Desktop by Sam Thwaites

<PackageReference Include="AFrame.Desktop" Version="0.4.10" />

 AFrame.Desktop 0.4.10

AFrame is a common automation framework built ontop of Selenium for Web Apps, Microsoft CodedUI for Desktop Apps and Appium for Mobile Apps. Utilizing the page object pattern and many others, AFrame gives your automation scripts the ability to be maintainable, flexible, and reliable without impacting on your design. With amazing documentation and samples galore, you will not be disappointed. NOTE: This is the desktop package of AFrame. For others please see AFrame.Mobile or AFrame.Web.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>AFrame.Desktop</id>
    <version>0.4.10.0</version>
    <title>Desktop Automation Framework</title>
    <authors>Sam Thwaites</authors>
    <owners>Sam Thwaites</owners>
    <licenseUrl>https://github.com/Thwaitesy/AFrame/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/Thwaitesy/AFrame</projectUrl>
    <iconUrl>https://nuget.org/Content/Images/packageDefaultIcon-50x50.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>AFrame is a common automation framework built ontop of Selenium for Web Apps, Microsoft CodedUI for
          Desktop Apps and Appium for Mobile Apps. Utilizing the page object pattern and many others, AFrame
          gives your automation scripts the ability to be maintainable, flexible, and reliable without impacting on your design.
          With amazing documentation and samples galore, you will not be disappointed.

          NOTE: This is the desktop package of AFrame. For others please see AFrame.Mobile or AFrame.Web.</description>
    <copyright>Copyright 2014</copyright>
    <language>en-AU</language>
    <tags>automation framework uiautomation selenium codedui appium browser mobile web ui desktop gui phone webdriver unittest test testing bdd acceptance tdd</tags>
    <dependencies>
      <dependency id="AFrame.Core" version="0.4.10.0" />
    </dependencies>
  </metadata>
</package>