Ios Device execution

Hello , could any one of them tell me why the execution in ios is not that much faster when compared to android. In general the object hierarchy of Ios is something differ from Android. in android only the objects within the screen will be visible .which reduces more development time. in ios if we try to spy an object from the page it takes lot of time. due to hidden=true elements also displayed. is there any workaround for this to save our Time in developing the script.

I’m not sure I understand the complainant…

are you saying that it’s harder for you to develop scripts with iOS?

Hi tom by default it displays the hidden=false elements in the object hierarchy. which takes a lot of time to load the objects during inspection. in android by default hidden elements will not be visible . but in ios the hidden objects also visible while finding the elements. and during execution i have observed the execution time of ios is 2 time slower than android