Git Product home page Git Product logo

browser-harness's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

browser-harness's Issues

Project still maintained?

The approach looks really interesting, compared to using Selenium.

Is the project still maintained, or have some limitations been discovered that justify continuing with Selenium?

Make dropdown selection atomic

If the options to a dropdown change while harness is selecting a value, it can get confused and not end up selecting the requested element

findVisible / findVisibles change

When performing a selection with findVisible or findVisibles, it will initially find some elements. An error can occur if the element(s) initially found never become visible - even though there might be some other matching elements on the page that do become visible.

The initial element selection should get re-ran until the timeout period expires.

Wait for class

Update ElementProxy so you can call something like waitForClass('ready')

findVisible change

If there are multiple elements that match the selector passed to findVisible, it might initially choose an invisible one, and wait for it to become visible. If the object never becomes visible, it will timeout and error.

In the case that the initial selector matches more than one element, and only one is visible, we should return that one.

Async waitFor doesn't time out

When doing a waitFor and using a callback, the timeout logic doesn't get hit because the condition is only checked once rather than multiple times. We need to be able to timeout even if we're waiting on that callback.

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.