This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 3
Mar 2018

Hello ,

I was wonder if there a way to execute UiAutomator commands straight from appium test ?

The only API I do see is “findElementByAndroidUIAutomator” which expect to get a return value from uiutomator (UiScrollable / UiObject) in order to look after it.

In my flow I trying to execute a UiScrollable().flingBackward() command which returns boolean value …

Is there a way to achieve it ?

  • created

    Mar '18
  • last reply

    Mar '18
  • 2

    replies

  • 277

    views

  • 2

    users

  • 1

    link

Use a system call from whatever programming language you are using.

How system call will help here?
Inorder to communicate with uiautomator server, I need an Api…