Giter Site home page Giter Site logo

aframe / aframe Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 14.0 5.68 MB

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.

Home Page: https://aframe.github.io/

License: MIT License

C# 98.07% HTML 1.93%

aframe's Introduction

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

aframe's People

Contributors

cjwarner avatar rrukavina avatar thwaites avatar thwaitesy avatar utkarshsadhwani avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aframe's Issues

Opt out of jquery check on web applications

Currently when running tests before each command there is an additional check to see of jquery exists on the page or not.

Create a global paramenter to opt out of the check. (for those websites that we know have jquery)

Examples not working on Motorola X

I just tried aframe.io on my Motorola X (2nd generation) and the examples don't appear correctly (black screen as you can see in the printscreen, even after a while so not a loading problem). Maybe a lighting problem (as we can see first printscreen a little).

Using:

  • Motorola X 2nd generation
  • Android 6.0
  • Mozilla beta 43.0b10 and Chrome 47.0.2526.83

screenshot_20151217-103920
screenshot_20151217-103937

Wait until should use infer from the current type.

website.WaitUntil<MasterPage>(x => x.Header.ErrorMessage.Contains("the details you have entered are invalid"))

should be

website.WaitUntil(x => x.Header.ErrorMessage.Contains("the details you have entered are invalid"))

No exit button in VR mode on mobile

When entering the VR mode on mobile, putting it back in portrait doesn't change anything, and there are no "exit VR" button, which makes it a bit difficult to exit VR on phones with no physical back button (in my case Motorola X 2nd gen)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.