Skip to content

AFrame is a .NET automation framework that leverages existing frameworks such as Selenium for web apps, Microsoft Coded UI for desktop apps and Appium for mobile apps. At its core, AFrame provides a common programming interface across all three platforms encouraging maintainability, reuse and many more side effects.

License

rrukavina/aframe

 
 

Repository files navigation

Build status

Documentation

Please view the documentation website (https://aframe.github.io)

Changelog

0.7.1

  • Public release
  • No need for constructors if using "CreateControl" everywhere.
  • Fixed parent scoping for desktop & web
  • More tests for the desktop project

0.6.4

  • (Web) Added support to turn off jQuery check on each request (When using saucelabs/browserstack it can be an additional overhead)

0.6.0

  • [BREAKING CHANGE] Updated iframe functionality to use jQuery selectors instead of just names and id's. See test projects for examples.

0.5.4

  • Fix for Selenium StaleElementReferenceException. Will retry once if caught.

0.5.0

  • Added 'AlwaysSearch' for all controls or just the individual ones. Should fix stale control issues.

0.4.26

  • Added launch overload for desktop to allow for System.Diagnostics.ProcessStartInfo

0.4.0

  • [BREAKING CHANGE] Changed name from MainFrame to AFrame.
  • Added preliminary support for desktop automation (WPF, WIN FORMS)

0.3.19

  • [BREAKING CHANGE] Changed MainFrame namespace from MainFrame to MainFrame.Core (NuGet package id has changed also - so please remove and reinstall nuget packages)
  • Relocated files in project
  • Added sample for MainFrame.Web using nuget's website

0.2.0

  • Added support for iFrames.
  • Refactored extensively.

0.1.1

  • Updated Playback to include a properties / brain to hold information.
  • Added absolute selector debugging

0.1.0

  • Added support for multiple selectors
  • Added implicit search timeouts

0.0.2

  • Added jQuery Selectors for web component

0.0.1

  • Initial release

Contributors

Sam Thwaites

Licence

See LICENCE

About

AFrame is a .NET automation framework that leverages existing frameworks such as Selenium for web apps, Microsoft Coded UI for desktop apps and Appium for mobile apps. At its core, AFrame provides a common programming interface across all three platforms encouraging maintainability, reuse and many more side effects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.1%
  • HTML 1.9%