18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Whether _tap and _click are same for iPad? How does it make difference?
We have a scenario where we need to automate and qualify tap feature on iPad.
We have recorded scripts on desktop where it is recorded as _click for tap events and when we run on iPad the same _click works fine.
When we replace _click event with _tap and make a run on iPad it fails due to below error
TypeError: 'null' is not an object (evaluating 'first.screenX') (https://wpd.ux.com/41/api/8AFU51mAwqGvJm0kbGUw/e1/webapps/Foundation/Foundation.js:3955),
So how do we qualify _tap events for iPad? Does _tap and _click really makes different?
Can we use _click instead of_tap, please confirm
We have recorded scripts on desktop where it is recorded as _click for tap events and when we run on iPad the same _click works fine.
When we replace _click event with _tap and make a run on iPad it fails due to below error
TypeError: 'null' is not an object (evaluating 'first.screenX') (https://wpd.ux.com/41/api/8AFU51mAwqGvJm0kbGUw/e1/webapps/Foundation/Foundation.js:3955),
So how do we qualify _tap events for iPad? Does _tap and _click really makes different?
Can we use _click instead of_tap, please confirm