You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I had 2 actions:
Swipe - using TouchAction
Tap Coordinates - using MultiTouchAction
I've upgraded the java-client to commit '07483273030fe97045caa89c01279f9bf3842dbb' as part of upgrading the whole project to use Selenium 4.
The TouchAction and MultiTouchAction were marked as deprecated and I've tried to find an alternative way to perform those actions.
Tap Coordinate action with the following code is working on iOS but not working on Android:
Swipe action with the following code is not working at all:
Does anyone know what could be the issue and how should I fix it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions