Hi all,
I read in more than one place that
execute_script 'mobile: tap', :x => 0.5, :y => 0.5
and similar (swipe, scroll, ...) will be discontinued (maybe they already are in 1.3.4?).
I never seen no problem with this because we have TouchAction.
The problem I just found it that outside ios application TouchAction stops working on some cases (just freezes), and execute_script methods still works on those cases. So if I update appium maybe I wont be able to perform my tests anymore?
Any ideas? Discussion? Is there an alternative? Should the execute_script be kept unless we have a solution that works 100% of the time?
Thx