I want to dispatch a touch event automatically in a Tizen app without user interaction.
I have used dispatchevent()
method but it requires an HTML element to trigger the event.
Also I have used generatetouch()
method in Tizen native app but it requires platform level signed key, which I am not able to get.
So how van I simulate a touch event in Tizen IDE??