instruments - accessibilityIdentifier gets lost on real iOS device -
I have participated in a strange problem with devices and automated testing through UIAutomation, for some reasons it seems that something Accessibility identifiers for buttons are lost while running on a real iOS device, but not in the simulator.
The simulator runs on the device through different results:
var message = target.frontMostApp (). navigation bar (). Button () [3] .name (); Uialogger.logDebug ("msg:" + Message);
I get "msg: null" on the simulator at "msg: nav arrow right".
Is the compiler potentially the Accessibility Identifier a real device because it is not used directly for anyone other than UIUutomat? Any sign you are welcome
Comments
Post a Comment