This is system generate pop up , We cant capture it from uiautomator
appMehtods.debug("x and y cordinates of channael number "+channelNumber+" slot:"+ coordinates.x+" & "+ coordinates.y);
int x=webDriver.findElement(By.id(channelNumber)).getLocation().x;
int y=webDriver.findElement(By.id(channelNumber)).getLocation().y;
webDriver.tap(1, x+181, y+35, (int) 0.5);
1. First i am taking the coordinate of a button which is visible to uiautomator.'
2. Then manually i am taking the location of the sysyem generated pop up.