I've build ipa file of TheApp and executing both ios tests from Edition007_Deep_Linking class.
First (slow with step by step method) passing without issues, but second throw an WebDriverException with An unknown server-side error occurred while processing the command error message.
UPD: trying openning theapp://login/alice/mypassword from Safari on real device - it's navegote to login page ... sometimes ... but never enter login/password.
I've build ipa file of
TheApp
and executing both ios tests from Edition007_Deep_Linking class.First (slow with step by step method) passing without issues, but second throw an WebDriverException with
An unknown server-side error occurred while processing the command
error message.Server logs: https://gist.github.com/ochubey/ebb6a551aaf52778e26bc9bfac640ea5 Client logs: https://gist.github.com/ochubey/61c7fe62f92018c0060aba5c840df0db
UPD: trying openning
theapp://login/alice/mypassword
from Safari on real device - it's navegote to login page ... sometimes ... but never enter login/password.