測試中有一個下拉列表。記錄器捕捉到點擊以打開選擇的下拉菜單。但隨後的點擊選擇一個與下面的錯誤而失敗:濃縮咖啡測試不能處理挑選者
Caused by: java.lang.RuntimeException: Action will not be performed because the target view does not match one or more of the following constraints:
at least 90 percent of the view's area is displayed to the user.
這個問題Android Espresso error on button click涉及的約束,但其建議,簡單地使用isCompletelyDisplayed()不工作。
澄清:用「picker」或「dropdown」表示一個微調?你如何旋轉元素看起來像和有多少可供選擇? – stamanuel
這是一個簡單的下拉菜單,不是選擇器。是的,只是一個微調。 – Rob