I've a following problem :
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 !
Found a solution , need to use TouchAction class
TouchAction obj = new TouchAction(driver);