this is dom tree.
I try with touch action and it will work fine.
Example :-
- touchAction(913, 485);
- new TouchAction<>(driver).tap(PointOption.point(xOffset, yOffset))
.release().perform();
Problem :- In App
- without login work fine.(step 1. goto home page -> find course and so on.)
- with login not working (step 1. login popup open -> after successfully login -> element not found in home page ).