Appium Issues Commands Before App Has Finished Launching

Anyone deal with this before? I set explicit waits, and it still seems to find and execute the tap command even though the first view hasn’t fully loaded…

Appium Version: 1.3.6
OS: OSX 10.10.1
Xcode: 6.2
iPhone Simulator

Hi there

It’s good you have explicit waits. You may want to add .displayed? to your wait.

That should wait for the page (or at least that element to be in view

Good luck!

Yes I wait for displayed, still often times executes before the app has finished loading.