There is not any direct method in Robotium Api for this, did you tried using this,
seekBar.setProgressDrawable(getResources().getDrawable(R.id));
seekBar.setPadding(int,int,int,int)
On Monday, June 10, 2013 11:50:37 PM UTC+5, Oleksandr Pylkevych wrote:
Hi, is there any orthodox method to drag SeekBar progress button? I know about solo.setProgressBar but this method sets progress but I need to drag.
What can I use instead of dragAndWait?
Thank you!