willowtreeapps / conductor-mobile

Conductor Mobile is a port of the Conductor Web Framework for iOS and Android
Apache License 2.0
6 stars 5 forks source link

new capabilities for more timeouts and way of changing the way we find elements #80

Closed Jared1048 closed 6 years ago

Jared1048 commented 6 years ago

NewCommand timeout idleTimeout

We found a bug/feature in Appium that was making it hard to find an element so for some of our tests we need to add change this with the new cap. of simpleIsVisibleCheck (Appium has more "smart" logic to help with web element validations which we don't need)

konwinkler commented 6 years ago

the continuous integration is failing because there are tests which check the capabilities being built. After those are passing I see no reason to not include this.