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

Adding the waitForQuiescence boolean iOS Capability that allows for c… #78

Closed neogeek13 closed 6 years ago

neogeek13 commented 6 years ago

Adding the waitForQuiescence boolean iOS Capability that allows for correction of overlong load and response times for some iOS screens

konwinkler commented 6 years ago

I think it's good to add missing capabilities to our config.yaml but I'm still not sure what this one does exactly. The only mention I found for it on github was on facebook/WebDriverAgent so it might be specific to that driver, link Appium Desktop is sending waitForQuiescence=true so I doubt this could break anything.

Also the tests failed on Teamcity and need to get fixed before we can merge this: link