UIautomator with two scroll views -


i trying automate settings app-> storage

i need scroll through storage part in right pane(tablet) couldnt so. scroll left pane storage, display etc

any ideas?

i couldn't find way either. found workaround though. in settings app, under storage use like:

int width = getuidevice().getdisplaywidth(); int height = getuidevice().getdisplayheight();

getuidevice.swipe(width*3/4, height*9/10, width*3/4, height*1/10, 10);


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -