Search code examples
androidui-automationappiumandroid-uiautomator

Draw security pattern on Android view with Appium


I've a following problem :

enter image description here

The control is view , it has a "dots" on it (generated during the run time). I need to draw a security pattern ...

Is it possible to find the view element, and somehow to click "on it" by given location ?

Thanks !


Solution

  • Found a solution , need to use TouchAction class

    TouchAction obj = new TouchAction(driver);