Safari browser test execution is too slow after updating Appium 1.15.0, Xcode 11.1 and iOS 13.1.2 version

Safari browser test execution is too slow after updating Appium 1.15.0, Xcode 11.1 and iOS 13.1.2 version but It is working fine in iOS native app. Please let me know why is it very slow for safari browser execution alone ?

Please find the attached log file.

safari_slow_performance_log.txt (47.9 KB)

try if the test performs better in appium@beta

@mykola-mokhnach i may confirm also that with latest ios13 and latest appium 1.16.beta1 - speed decreased for native also. About 20-30% on real device against same appium and device with 12.x.

Average response to find elements now by id is 600-700msec now witj ios13 (per Appium server logs)

@mykola-mokhnach I am unable to find latest appium 1.16.beta1 download link from below url ?

I would say this performance degradation is happening on xctest side as the code from our side didn’t change. I would try enabling the useFirstMatch setting for improved lookup performance

thanks but will not work for us.