How to use additional command "clickCoordinate(int x, int y, int clickCount)" with "Execute script" in Appium Studio CE?

Hi
Is there a way to use additional commands “clickCoordinate(int x, int y, int clickCount)” with “Execute script” in Appium Studio?
Just like the below picture, I type the "seetest:client.clickCoordinate(“991”, “460”, “1” as value for command “Execute script” run it, but It shows up an error says " Failed to run javascript ":null "

image

Hi @shane,

I am not exactly sure why it failed, but I would suggest to also try additional commands from a code environment to see how that works out.

Example:

driver.executeScript("seetest:client.clickCoordinate(\"991\", \"460\", \"1\")");

You may need to include the appium-seetest-extension-11.x which you should find in the following location assuming you are using Appium Studio Community Edition and installed it into the default directory:

C:\Program Files (x86)\Experitest\AppiumStudio\clients\appium\java