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 Issues

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"))

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)

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.