Not able to perform tap function with Touchaction method in Appium studio

java.lang.NoSuchMethodError: io.appium.java_client.TouchAction.(Lio/appium/java_client/MobileDriver;)V

which version of Appium Client are you using?

I am using 11.3 version

that’s the Appium Studio version

are you using a standard appium client? where do you try to execute your scripts - eclipse \ intelliJ?

can you show your project configuration? where did you import the Appium client from?

I am using appium-java client v 6.0 beta 2 and executing all my scripts in Eclipse

We are not supporting the v6.0 beta

please use version 5 or 4

Thanks

Tom