我的源代碼的ImageView的無法點擊的ImageView在Robotium
ImageView topbarCalender = (ImageView) view.findViewById(R.id.pf_topbarCalender);
我想用robotium圖像點擊。我使用了下面的代碼
ImageButton image1 = (ImageButton) solo.getView("pf_topbarCalender");
solo.clickOnView(image1);
它不工作。我的測試失敗了。
我想你應該上傳問題中的錯誤日誌。 – user3243163